Skip to content

Commit 9aeff52

Browse files
authored
Another spelling error
Definitely a high priority.
1 parent cb3c23e commit 9aeff52

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)