Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed May 17, 2024
1 parent 1756a1c commit 7460f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ mrs_claus = "mrs_claus"
NewCFBEncrypter = "NewCFBEncrypter"
iterm = "iterm"
O_WRONLY = "O_WRONLY"
FO = "FO"
2 changes: 1 addition & 1 deletion i18n/i18n.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
// String is a simple string
type String string

// Data can be used for stroing data for templates
// Data can be used for storing data for templates
type Data map[string]any

// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down

0 comments on commit 7460f4f

Please sign in to comment.