diff options
author | xue <> | 2007-05-28 00:58:40 +0000 |
---|---|---|
committer | xue <> | 2007-05-28 00:58:40 +0000 |
commit | 82a351192f38cc73268ea7de7a48e2e0425d5cbf (patch) | |
tree | 2d91629f8e5c48bb1e26aef8f420d0e95b4f2bb9 /demos/blog-tutorial/protected/pages/Requirements.page | |
parent | 87b0b5735f95afb8a59124e3007bd6e6d95d3e48 (diff) |
Fixed a bug when using renderer in TWizard's sidebar.
Diffstat (limited to 'demos/blog-tutorial/protected/pages/Requirements.page')
-rw-r--r-- | demos/blog-tutorial/protected/pages/Requirements.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/blog-tutorial/protected/pages/Requirements.page b/demos/blog-tutorial/protected/pages/Requirements.page index 9fb7e2b6..46797b01 100644 --- a/demos/blog-tutorial/protected/pages/Requirements.page +++ b/demos/blog-tutorial/protected/pages/Requirements.page @@ -21,7 +21,7 @@ In general, the blog system should allow users to read blogs and authenticated u <h2>Post Management</h2>
<ul>
-<li>The system shall allow listing posts by their creaing time in descending order with paging.</li>
+<li>The system shall allow listing posts by their creation time in descending order with paging.</li>
<li>The system shall allow viewing the detail of a selected post.</li>
<li>The system shall allow creating a new post by an authenticated user.</li>
<li>The system shall allow updating an existing post by its author or administrator.</li>
|