fix(lib): Fixed typos in multiple modules
BREAKING CHANGE: The `Preference` header had a typo in a variant and it's string representation, change `Preference::HandlingLeniant` to `Preference::HandlingLenient`.
This commit is contained in:
		
				
					committed by
					
						 Sean McArthur
						Sean McArthur
					
				
			
			
				
	
			
			
			
						parent
						
							0d05533d07
						
					
				
				
					commit
					2fa414fb5f
				
			| @@ -3,7 +3,7 @@ header! { | ||||
|     /// [RFC7231](https://tools.ietf.org/html/rfc7231#section-3.1.4.2) | ||||
|     /// | ||||
|     /// The header can be used by both the client in requests and the server | ||||
|     /// in resposes with different semantics. Client sets `Content-Location` | ||||
|     /// in responses with different semantics. Client sets `Content-Location` | ||||
|     /// to refer to the URI where original representation of the body was | ||||
|     /// obtained. | ||||
|     /// | ||||
|   | ||||
		Reference in New Issue
	
	Block a user