From 167ef02e823e5d606f0621a76905f5e8e7cd4a95 Mon Sep 17 00:00:00 2001 From: Peter Baumgartner Date: Mon, 17 Apr 2023 15:14:15 +0200 Subject: [PATCH] "This is simple page" misses an "a". (#1435) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Either "This is **a** simple pageā€¦" or "This is simple **a** page --- webscraping.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webscraping.qmd b/webscraping.qmd index 526829b..4f7a5cc 100644 --- a/webscraping.qmd +++ b/webscraping.qmd @@ -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.