"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:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							3304cac69a
						
					
				
				
					commit
					167ef02e82
				
			@@ -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.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user