Skip to content
This repository was archived by the owner on Dec 22, 2020. It is now read-only.

Commit 9e9e3ce

Browse files
greutmichael-ciniawsky
authored andcommitted
docs(README): fix typo in example (#27)
1 parent 5a8ca43 commit 9e9e3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Suppose we have the following `json5` file
3333
// appData.json5
3434
{
3535
env: 'production',
36-
passwordStregth: 'strong'
36+
passwordStrength: 'strong'
3737
}
3838
```
3939

0 commit comments

Comments
 (0)