From 70eb7276fdb612371b18ed68c9748cd90bf28954 Mon Sep 17 00:00:00 2001 From: mbehzad Date: Sat, 21 Oct 2017 20:50:35 +0200 Subject: 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. --- lib/company.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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}}'); } /** -- cgit v1.2.3