diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2014-12-19 10:45:50 -0500 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2014-12-19 10:45:50 -0500 |
commit | 1afa606f090bc6da3e5c0222af719ea001b532aa (patch) | |
tree | d2d5274ceb9551c6bce361d6d78b725dc802698a | |
parent | f11b1ae212ba48e0d25d173bb8875d97bc9e1829 (diff) | |
download | jQuery-Impromptu-1afa606f090bc6da3e5c0222af719ea001b532aa.zip jQuery-Impromptu-1afa606f090bc6da3e5c0222af719ea001b532aa.tar.gz jQuery-Impromptu-1afa606f090bc6da3e5c0222af719ea001b532aa.tar.bz2 |
#52 - Fixes the word opacity to speed in docs - by @javl
-rw-r--r-- | dist/index.html | 2 | ||||
-rw-r--r-- | src/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/index.html b/dist/index.html index 787545d..300ddef 100644 --- a/dist/index.html +++ b/dist/index.html @@ -225,7 +225,7 @@ var api = new Impromptu( msg , options );</code></pre> <dd>A prefix to be used for all css classes and html object id's. Use this option when you want to change themes. <em>Default: 'jqi'</em></dd> <dt>promptspeed</dt> - <dd>The prefered opacity of the showing of the prompt ("slow", "fast", number). <em>Default: "fast"</em></dd> + <dd>The prefered speed of the showing of the prompt ("slow", "fast", number). <em>Default: "fast"</em></dd> <dt>show</dt> <dd>Name of the jQuery method to animate the entrance of the prompt ("show","fadeIn","slideDown"). <em>Default: "fadeIn"</em></dd> diff --git a/src/index.html b/src/index.html index 2723363..e2d4216 100644 --- a/src/index.html +++ b/src/index.html @@ -225,7 +225,7 @@ var api = new Impromptu( msg , options );</code></pre> <dd>A prefix to be used for all css classes and html object id's. Use this option when you want to change themes. <em>Default: 'jqi'</em></dd> <dt>promptspeed</dt> - <dd>The prefered opacity of the showing of the prompt ("slow", "fast", number). <em>Default: "fast"</em></dd> + <dd>The prefered speed of the showing of the prompt ("slow", "fast", number). <em>Default: "fast"</em></dd> <dt>show</dt> <dd>Name of the jQuery method to animate the entrance of the prompt ("show","fadeIn","slideDown"). <em>Default: "fadeIn"</em></dd> |