Skip to content

Commit 03ee896

Browse files
author
Dean Karn
authored
Merge pull request #11 from SCKelemen/patch-2
Another spelling error
2 parents cb3c23e + 9aeff52 commit 03ee896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var universalTraslator *ut.UniversalTranslator
1616

1717
func main() {
1818

19-
// NOTE: this example is omitting allot of error checking for brevity
19+
// NOTE: this example is omitting a lot of error checking for brevity
2020
e := en.New()
2121
universalTraslator = ut.New(e, e, en_CA.New(), nl.New(), fr.New())
2222

0 commit comments

Comments
 (0)