Fixed typo of function name supressMessages() (#285)
Should be suppressMessages()
This commit is contained in:
		
				
					committed by
					
						
						Hadley Wickham
					
				
			
			
				
	
			
			
			
						parent
						
							eecf629110
						
					
				
				
					commit
					1ba484d7de
				
			@@ -185,7 +185,7 @@ This means that the pipe won't work for two classes of functions:
 | 
			
		||||
    ```
 | 
			
		||||
    
 | 
			
		||||
    There are a relatively wide class of functions with this behaviour,
 | 
			
		||||
    including `try()`, `supressMessages()`, and `suppressWarnings()`
 | 
			
		||||
    including `try()`, `suppressMessages()`, and `suppressWarnings()`
 | 
			
		||||
    in base R.
 | 
			
		||||
  
 | 
			
		||||
## When not to use the pipe
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user