aboutsummaryrefslogtreecommitdiff
path: root/lib/address.js
diff options
context:
space:
mode:
authorSebastian Pettersson <[email protected]>2020-09-06 13:54:53 +0200
committerSebastian Pettersson <[email protected]>2020-09-06 13:54:53 +0200
commit9c65e5dd4902dbdf12088c36c098a9d7958afe09 (patch)
treee060dd8a2198bcc6082ffe86f1010d051bace251 /lib/address.js
parent81f1adf754a815b3f6fa10ec8c577572206f3c71 (diff)
downloadfaker-9c65e5dd4902dbdf12088c36c098a9d7958afe09.tar.xz
faker-9c65e5dd4902dbdf12088c36c098a9d7958afe09.zip
fix spelling & formatting mistakes
Diffstat (limited to 'lib/address.js')
-rw-r--r--lib/address.js6
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"]
};