mirror of
				https://github.com/dcarrillo/prezto.git
				synced 2025-11-04 07:29:09 +00:00 
			
		
		
		
	Fix spelling error in CONTRIBUTING.md (#1590)
This commit is contained in:
		
				
					committed by
					
						
						Kaleb Elwert
					
				
			
			
				
	
			
			
			
						parent
						
							92e668e1d9
						
					
				
				
					commit
					d4332e2faf
				
			@@ -32,7 +32,7 @@ there are a number of additional things to keep in mind.
 | 
				
			|||||||
   - Prefer `zstyle` over environment variables for configuration.
 | 
					   - Prefer `zstyle` over environment variables for configuration.
 | 
				
			||||||
   - Prefer (( ... )) over [[ ... ]] for arithmetic expression.
 | 
					   - Prefer (( ... )) over [[ ... ]] for arithmetic expression.
 | 
				
			||||||
   - Use the function keyword to define functions.
 | 
					   - Use the function keyword to define functions.
 | 
				
			||||||
   - The 80 character hard limit can be waved for readability.
 | 
					   - The 80 character hard limit can be waived for readability.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### Using an Alternative zprezto Directory
 | 
					#### Using an Alternative zprezto Directory
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user