summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Wizard.page
diff options
context:
space:
mode:
authorxue <>2007-08-23 17:39:00 +0000
committerxue <>2007-08-23 17:39:00 +0000
commit37587bd5c9911b232ad2f9c7bc51f6cf0199e0f3 (patch)
tree614520fbdd9a631c10675b660e8037f05e3fbcc2 /demos/quickstart/protected/pages/Controls/Wizard.page
parente2f3b5fce11e0ced17f6a6df7c08a98cfa0fa540 (diff)
typo fixes.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Wizard.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/Wizard.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Wizard.page b/demos/quickstart/protected/pages/Controls/Wizard.page
index 245329a0..a921ffde 100644
--- a/demos/quickstart/protected/pages/Controls/Wizard.page
+++ b/demos/quickstart/protected/pages/Controls/Wizard.page
@@ -53,7 +53,7 @@ In the above, <tt>StepType</tt> refers to the type of a wizard step, which can a
<h3 id="4704">A Single-Step Wizard Sample</h3>
<p id="540324" class="block-content">
-In this sample, we use wizard to collect user's preference of color. In the first step, the user is presented with a dropdown list from which he can choose hist favorite color. In the second step, the complete step, his choice in the previous step is displayed. In real application, at this step the choice may be stored in database in the backend.
+In this sample, we use wizard to collect user's preference of color. In the first step, the user is presented with a dropdown list from which he can choose his favorite color. In the second step, the complete step, his choice in the previous step is displayed. In real application, at this step the choice may be stored in database in the backend.
</p>
<com:RunBar PagePath="Controls.Samples.TWizard.Sample1" />