summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Tutorial
diff options
context:
space:
mode:
authorwei <>2007-01-25 07:24:40 +0000
committerwei <>2007-01-25 07:24:40 +0000
commit8526819baf7b6ad70097b5ab0370885da2f8bfe9 (patch)
treeac06c5d0fa36f8da009292ed7ba43d0e393fa7a2 /demos/quickstart/protected/pages/Tutorial
parent682f7ef6933f4ad485baedddf7a30367d003d7bf (diff)
Fixed some typo bugs.
Diffstat (limited to 'demos/quickstart/protected/pages/Tutorial')
-rw-r--r--demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page b/demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page
index 5a9aec1a..7f552ae1 100644
--- a/demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page
+++ b/demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page
@@ -299,7 +299,7 @@ public function convert_clicked($sender, $param)
<h1 id="16006">Improve User Experience With Active Controls</h1>
<p id="80073" class="block-content">In this simple application we may further improve the user experience
- by decreasing the responsiveness of the application. One way to achieve
+ by increasing the responsiveness of the application. One way to achieve
a faster response is calculate and present the results without reloading
the whole page.
</p>