mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Fix typo
This commit is contained in:
@@ -94,7 +94,7 @@ Metadata at the beginning of each content page, separated from the content by fo
|
||||
|
||||
### identifier
|
||||
|
||||
An string that represents a variable, method, object, or field. It must conform to Go's [language specification](https://go.dev/ref/spec#Identifiers), beginning with a letter or underscore, followed by zero or more letters, digits, or underscores.
|
||||
A string that represents a variable, method, object, or field. It must conform to Go's [language specification](https://go.dev/ref/spec#Identifiers), beginning with a letter or underscore, followed by zero or more letters, digits, or underscores.
|
||||
|
||||
### int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user