diff --git a/vignettes/rvest.Rmd b/vignettes/rvest.Rmd index 5defac8..5529506 100644 --- a/vignettes/rvest.Rmd +++ b/vignettes/rvest.Rmd @@ -48,7 +48,7 @@ There are a wide range of possible HTML escapes but you don't need to worry abou All up, there are over 100 HTML elements. Some of the most important are: -- Every HTML page must be must be in an `` element, and it must have two children: ``, which contains document metadata like the page title, and ``, which contains the content you see in the browser. +- Every HTML page must be in an `` element, and it must have two children: ``, which contains document metadata like the page title, and ``, which contains the content you see in the browser. - Block tags like `

` (heading 1), `

` (paragraph), and `

    ` (ordered list) form the overall structure of the page.