Skip to content

Commit 9b0b6af

Browse files
danielec7weaverryan
authored andcommitted
Added missing "of"
1 parent 4e85d2b commit 9b0b6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/performance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ application even faster.
1515
Use a Byte Code Cache (e.g. APC)
1616
--------------------------------
1717

18-
One the best (and easiest) things that you should do to improve your performance
18+
One of the best (and easiest) things that you should do to improve your performance
1919
is to use a "byte code cache". The idea of a byte code cache is to remove
2020
the need to constantly recompile the PHP source code. There are a number of
2121
`byte code caches`_ available, some of which are open source. The most widely

0 commit comments

Comments
 (0)