diff --git a/README.rdoc b/README.rdoc index cb051e8..a323894 100644 --- a/README.rdoc +++ b/README.rdoc @@ -190,7 +190,7 @@ Run the following generator command, then edit the generated file. By default, the message will use the humanized class name of objects in collection: for instance, "project types" for ProjectType models. - The namespace will be cutted out and only the last name will be used. + The namespace will be cut out and only the last name will be used. Override this with the :entry_name parameter: <%= page_entries_info @posts, :entry_name => 'item' %>