Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 5494154

Browse files
committed
corrected minor typo
1 parent 2fa3282 commit 5494154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ <h2>Page initialization events</h2>
424424

425425
<p>Internally, jQuery Mobile auto-initializes plugins based on the markup conventions found in a given "page". For example, an <code>input</code> element with a <code>type</code> of <code>range</code> will automatically generate a custom slider control.</p>
426426

427-
<p>This auto-initialization is controlled by the "page" plugin, which dispatches events before and after it executes, allowing you to manipulate a page either pre-or-post initialization, or even provide your own initialization behavior and prevent the auto-initializations from occuring. Note that these events will only fire once per "page", as opposed to the show/hide events, which fire every time a page is shown and hidden.</p>
427+
<p>This auto-initialization is controlled by the "page" plugin, which dispatches events before and after it executes, allowing you to manipulate a page either pre-or-post initialization, or even provide your own initialization behavior and prevent the auto-initializations from occurring. Note that these events will only fire once per "page", as opposed to the show/hide events, which fire every time a page is shown and hidden.</p>
428428

429429
<dl>
430430
<dt><code>pagebeforecreate</code></dt>

0 commit comments

Comments
 (0)