typos
This commit is contained in:
		@@ -62,8 +62,8 @@ This diagram is a little overwhelming, and even so it's simple compared to some
 | 
			
		||||
 | 
			
		||||
For nycflights13:
 | 
			
		||||
 | 
			
		||||
* `flights` connects to `planes` via single variable, `tailnum`. `flights`
 | 
			
		||||
  connect `airlines` with the `carrier` variable.
 | 
			
		||||
* `flights` connects to `planes` via a single variable, `tailnum`. `flights`
 | 
			
		||||
  connects to `airlines` with the `carrier` variable.
 | 
			
		||||
 | 
			
		||||
* `flights` connects to `airports` in two ways: via the `origin` or the
 | 
			
		||||
  `dest`.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user