1
0
mirror of https://github.com/ericchiang/pup synced 2025-01-28 00:21:26 +00:00

fixed some typos

This commit is contained in:
Neeme Praks 2015-10-01 14:19:43 +03:00
parent 6d1318bfa4
commit d86d2436c7

View File

@ -152,8 +152,8 @@ section.
####`+`, `>`, and `,`
There are intermediate characters which declare special instructions. For
instance, a comma `,` allows pup to specify mulitple groups of selctors.
These are intermediate characters that declare special instructions. For
instance, a comma `,` allows pup to specify multiple groups of selectors.
```bash
$ cat robots.html | pup 'title, h1 span[dir="auto"]'