You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2012/10/03 21:07:42 UTC

[10/10] git commit: Fix typo in documentation

Fix typo in documentation


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/b120a7f8
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/b120a7f8
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/b120a7f8

Branch: refs/heads/5.4-js-rewrite
Commit: b120a7f809d8df4192ad463acd1cfe78f67ae1ab
Parents: 48bec3a
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Wed Sep 26 07:40:20 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Wed Sep 26 07:40:20 2012 -0700

----------------------------------------------------------------------
 .../resources/org/apache/tapestry5/tapestry.js     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/b120a7f8/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js b/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
index 44263f5..de4dd63 100644
--- a/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
+++ b/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
@@ -50,7 +50,7 @@ define("core/compat/tapestry", [
 
         /**
          * Event, fired on a field element, to cause observers to validate the
-         * input. Passes a memo object with two keys: "value" (the raw input value)
+         * input. Passed a memo object with two keys: "value" (the raw input value)
          * and "translated" (the parsed value, usually meaning a number parsed from
          * a string). Observers may invoke Element.showValidationMessage() to
          * identify that the field is in error (and decorate the field and show a