Skip to content

Commit ba88916

Browse files
committed
Merge pull request jashkenas#3063 from janaspage/correct-split-infinitives
Correct split infinitives.
2 parents b5f1574 + 3580496 commit ba88916

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -804,8 +804,8 @@ <h2 id="Events">Backbone.Events</h2>
804804
<p id="Events-once">
805805
<b class="header">once</b><code>object.once(event, callback, [context])</code>
806806
<br />
807-
Just like <a href="#Events-on">on</a>, but causes the bound callback to only
808-
fire once before being removed. Handy for saying "the next time that X happens, do this".
807+
Just like <a href="#Events-on">on</a>, but causes the bound callback to fire
808+
only once before being removed. Handy for saying "the next time that X happens, do this".
809809
</p>
810810

811811
<p id="Events-listenTo">
@@ -843,7 +843,7 @@ <h2 id="Events">Backbone.Events</h2>
843843
<b class="header">listenToOnce</b><code>object.listenToOnce(other, event, callback)</code>
844844
<br />
845845
Just like <a href="#Events-listenTo">listenTo</a>, but causes the bound
846-
callback to only fire once before being removed.
846+
callback to fire only once before being removed.
847847
</p>
848848

849849
<p id="Events-catalog">
@@ -2392,7 +2392,7 @@ <h2 id="History">Backbone.history</h2>
23922392

23932393
<p>
23942394
Because hash-based history in Internet Explorer relies on an
2395-
<tt>&lt;iframe&gt;</tt>, be sure to only call <tt>start()</tt> after the DOM
2395+
<tt>&lt;iframe&gt;</tt>, be sure to call <tt>start()</tt> only after the DOM
23962396
is ready.
23972397
</p>
23982398

0 commit comments

Comments
 (0)