[Jifty-commit] jifty branch, master, updated. 8ead717cdfe166f2103c26ab6b2419dffe119157

Jifty commits jifty-commit at lists.jifty.org
Fri Feb 26 07:07:01 EST 2010


The branch, master has been updated
       via  8ead717cdfe166f2103c26ab6b2419dffe119157 (commit)
      from  a4d0934544010770537007695ff9f5d853d1361e (commit)

Summary of changes:
 lib/Jifty/Manual/Preload.pod |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 8ead717cdfe166f2103c26ab6b2419dffe119157
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Fri Feb 26 07:06:48 2010 -0500

    Typo fixes

diff --git a/lib/Jifty/Manual/Preload.pod b/lib/Jifty/Manual/Preload.pod
index 0427e3b..e774827 100644
--- a/lib/Jifty/Manual/Preload.pod
+++ b/lib/Jifty/Manual/Preload.pod
@@ -75,8 +75,8 @@ option:
 
 This marks the onclick handler as preloadable. When this button is I<rendered>,
 the user's web browser will request this region immediately. When this button
-is button is I<clicked>, the user's web browser will instantly refresh the
-region without having to send an AJAX request and wait for the response.
+is I<clicked>, the user's web browser will instantly refresh the region without
+having to send an AJAX request and wait for the response.
 
 The value of C<preload> is a cache key. This lets you reuse the same cache for
 preloaded regions. For example, if you're going to display ten vote buttons,
@@ -85,7 +85,7 @@ of the buttons the C<vote> cache key, only one preload request will be made.
 Obviously this means that the specific button being clicked should not matter.
 If you have a "undo vote" button which sends you backwards, you would not want
 to preload that with the same cache key as regular votes, since a different
-form would be displayed. In fact, you probably do not want to preload it al,
+form would be displayed. In fact, you probably do not want to preload it all,
 since it's presumably a rare occurrence.
 
 You may also pass a value of C<1> for the C<preload> key. This tells Jifty to

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list