mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
Fix trivial typos in code
This commit is contained in:
@@ -78,7 +78,7 @@ func Undraft(cmd *cobra.Command, args []string) {
|
||||
return
|
||||
}
|
||||
|
||||
// undraftContent: if the content is a draft, change it's draft status to
|
||||
// undraftContent: if the content is a draft, change its draft status to
|
||||
// 'false' and set the date to time.Now(). If the draft status is already
|
||||
// 'false', don't do anything.
|
||||
func undraftContent(p parser.Page) (bytes.Buffer, error) {
|
||||
|
Reference in New Issue
Block a user