Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
codeplea authored Aug 4, 2018
1 parent b6afe01 commit 624d0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It's useful when you want to search for many keywords all at once. It's faster
than simply calling `strpos` many times, and it's much faster than calling
`preg_match_all` with something like `/keyword1|keyword2|...|keywordn/`.

I origionally wrote this to use with [F5Bot](https://f5bot.com), since it's
I originally wrote this to use with [F5Bot](https://f5bot.com), since it's
searching for the same set of a few thousand keywords over and over again.

# Usage
Expand Down

0 comments on commit 624d0f0

Please sign in to comment.