mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	Correct typos in Go comments
This commit is contained in:
		
				
					committed by
					
						
						Bjørn Erik Pedersen
					
				
			
			
				
	
			
			
			
						parent
						
							17e60b77e1
						
					
				
				
					commit
					36ce3a4a9d
				
			@@ -23,7 +23,7 @@ import (
 | 
			
		||||
type Format string
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	// These are the supported metdata  formats in Hugo. Most of these are also
 | 
			
		||||
	// These are the supported metadata  formats in Hugo. Most of these are also
 | 
			
		||||
	// supported as /data formats.
 | 
			
		||||
	ORG  Format = "org"
 | 
			
		||||
	JSON Format = "json"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user