Skip to content

Commit ce5a33c

Browse files
committed
Fix spelling
1 parent b7d6fda commit ce5a33c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/src/en-US/performance.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ $(document).ready(PI.onReady); </programlisting>
127127
<title>Optimize Selectors</title>
128128

129129
<para>Selector optimization is less important than it used to be, as more
130-
browser implement <code>document.querySelectorAll()</code> and the burden
130+
browsers implement <code>document.querySelectorAll()</code> and the burden
131131
of selection shifts from jQuery to the browser. However, there are still
132132
some tips to keep in midn.</para>
133133

book/src/en-US/plugins.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
<para>This has the effect of creating a "private" scope that allows us to
5656
extend jQuery using the dollar symbol without having to risk the
57-
possibility that the dollar has been over-written by another
57+
possibility that the dollar has been overwritten by another
5858
library.</para>
5959

6060
<para>So our actual plugin, thus far, is this:</para>

0 commit comments

Comments
 (0)