mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 14:10:31 +03:00
Fix trivial typos in code
This commit is contained in:
parent
452ffab461
commit
18a29964fa
4 changed files with 6 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue