Small typo in the wiki

Been playing with coldbox last few days (Lovin' it)
Started using the BaseORMService, following example code from:
http://wiki.coldbox.org/wiki/Extras:BaseORMService.cfm

In the very first code example:
rc.users =
ORMService.list(entityName="User",sortBy="fname",offset=event.getValue("startrow",
1),max=20);

sortBy *should* be sortOrder, right? I was scratching my head for a
lil while until I noticed it.

Don,

Good catch, this has been fixed.

Curt

Re-posting in here, just a small syntax error this time.

On: http://wiki.coldbox.org/wiki/Layouts-Views.cfm

In the "Rendering Data" snippet;
<cfset var qUsers = getUserService().getUsers();

Should end with a /> instead of a ;

Good catch Don, all fixed up.

Curt Gratz