Skip to content

Commit b2f874d

Browse files
authored
Merge pull request #90 from mischov/chore/fix-typo-in-guide
Fix typo in guide
2 parents d52a15a + a5ee501 commit b2f874d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/meeseeks_vs_floki.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Meeseeks was created to provide a correct-by-default solution for parsing HTML s
99
- When needing to parse HTML which may not be wellformed (anything scraped), Meeseeks should be preferred to Floki with its default, `:mochiweb_html`-based parser (Meeseeks has no advantage in correctness over Floki with a `html5ever` or other HTML5 compliant parser)
1010
- When needing to parse XML, Meeseeks should be preferred to Floki which doesn't include an XML parser
1111
- When needing to select with XPath selectors, Meeseeks should be preferred to Floki which doesn't provide XPath selectors
12-
- When needing to select with a custom selector, Meeseeks should be preffered to Floki which doesn't allow custom selectors
12+
- When needing to select with a custom selector, Meeseeks should be preferred to Floki which doesn't allow custom selectors
1313

1414
### When should I used Floki instead of Meeseeks?
1515

0 commit comments

Comments
 (0)