diff options
| author | mbehzad <[email protected]> | 2017-10-21 20:50:35 +0200 |
|---|---|---|
| committer | mbehzad <[email protected]> | 2017-10-21 20:50:35 +0200 |
| commit | 70eb7276fdb612371b18ed68c9748cd90bf28954 (patch) | |
| tree | c15676e469c93e052610ad4b58b60e89fe198ff1 /lib | |
| parent | 50210656688c3841b7c41126b0c1729592fd7da8 (diff) | |
| download | faker-70eb7276fdb612371b18ed68c9748cd90bf28954.tar.xz faker-70eb7276fdb612371b18ed68c9748cd90bf28954.zip | |
re-order of the company.bs adjective and buzz (#496)
- re-orderes adjective and buzz in the company.bs template literal for a correct gramatics as sugessted in the issue #496,
- re-orders the statements in the unit test to reflect the same order as in the function for an easier read.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/company.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/company.js b/lib/company.js index ebb436dd..d16689e2 100644 --- a/lib/company.js +++ b/lib/company.js @@ -62,7 +62,7 @@ var Company = function (faker) { * @method faker.company.bs */ this.bs = function () { - return f('{{company.bsAdjective}} {{company.bsBuzz}} {{company.bsNoun}}'); + return f('{{company.bsBuzz}} {{company.bsAdjective}} {{company.bsNoun}}'); } /** |
