Skip to content

Commit

Permalink
Docs: cosmetic changes
Browse files Browse the repository at this point in the history
Peter Hilton committed Jun 30, 2011
1 parent c15e4b6 commit 0b2867d
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/manual/controllers.textile
Original file line number Diff line number Diff line change
@@ -174,7 +174,7 @@ If no <code>@As</code> annotation is specified, then Play! uses the default date
To set the default date format to use, edit your application.conf and set the following property:

bc. date.format=yyy-MM-dd
date.format.fr=dd/MM/yyyy
date.format.fr=dd/MM/yyyy

Please note that the language fr in the application.conf must be enabled as well:

2 changes: 1 addition & 1 deletion documentation/manual/dependency.textile
Original file line number Diff line number Diff line change
@@ -276,7 +276,7 @@ repositories:

h3. Local repositories

Finally and probably foremost, you may want to define a repository that references local modules. With this scenario, dependencies work very much like application.conf's module resolution (now deprecated).
Finally and probably foremost, you may want to define a repository that references local modules. With this scenario, dependencies work very much like @application.conf@’s module resolution (now deprecated).

So given the following folder structure,

0 comments on commit 0b2867d

Please sign in to comment.