1
0
mirror of https://github.com/ericchiang/pup synced 2025-01-15 02:00:55 +00:00

Update README.md fixing grammar.

Fix grammar.
This commit is contained in:
積丹尼 Dan Jacobson 2023-09-14 04:31:39 -05:00 committed by GitHub
parent 5a57cf1113
commit c943761b3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ $ cat robots.html | pup 'th[scope="row"]'
CSS selectors have a group of specifiers called ["pseudo classes"](
https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes) which are pretty
cool. pup implements a majority of the relevant ones them.
cool. pup implements a majority of the relevant ones of them.
Here are some examples.