"This is simple page" misses an "a". (#1435)

Either "This is **a** simple page…" or "This is simple **a** page
This commit is contained in:
Peter Baumgartner 2023-04-17 15:14:15 +02:00 committed by GitHub
parent 3304cac69a
commit 167ef02e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ There's some risk that these examples may no longer work when you run them --- t
### StarWars
rvest includes a very simple example in `vignette("starwars")`.
This is simple page with minimal HTML so it's a good place to start.
This is a simple page with minimal HTML so it's a good place to start.
I'd encourage you to navigate to that page now and use "Inspect Element" to inspect one of the headings that's the title of a Star Wars movie.
Use the keyboard or mouse to explore the hierarchy of the HTML and see if you can get a sense of the shared structure used by each movie.