diff options
| author | Sebastian Pettersson <[email protected]> | 2020-09-06 13:54:53 +0200 |
|---|---|---|
| committer | Sebastian Pettersson <[email protected]> | 2020-09-06 13:54:53 +0200 |
| commit | 9c65e5dd4902dbdf12088c36c098a9d7958afe09 (patch) | |
| tree | e060dd8a2198bcc6082ffe86f1010d051bace251 /lib/address.js | |
| parent | 81f1adf754a815b3f6fa10ec8c577572206f3c71 (diff) | |
| download | faker-9c65e5dd4902dbdf12088c36c098a9d7958afe09.tar.xz faker-9c65e5dd4902dbdf12088c36c098a9d7958afe09.zip | |
fix spelling & formatting mistakes
Diffstat (limited to 'lib/address.js')
| -rw-r--r-- | lib/address.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/address.js b/lib/address.js index 650044fe..38c1e38c 100644 --- a/lib/address.js +++ b/lib/address.js @@ -284,7 +284,7 @@ function Address (faker) { } this.direction.schema = { - "description": "Generates a direction. Use optional useAbbr bool to return abbrevation", + "description": "Generates a direction. Use optional useAbbr bool to return abbreviation", "sampleResults": ["Northwest", "South", "SW", "E"] }; @@ -306,7 +306,7 @@ function Address (faker) { } this.cardinalDirection.schema = { - "description": "Generates a cardinal direction. Use optional useAbbr boolean to return abbrevation", + "description": "Generates a cardinal direction. Use optional useAbbr boolean to return abbreviation", "sampleResults": ["North", "South", "E", "W"] }; @@ -328,7 +328,7 @@ function Address (faker) { } this.ordinalDirection.schema = { - "description": "Generates an ordinal direction. Use optional useAbbr boolean to return abbrevation", + "description": "Generates an ordinal direction. Use optional useAbbr boolean to return abbreviation", "sampleResults": ["Northwest", "Southeast", "SW", "NE"] }; |
