aboutsummaryrefslogtreecommitdiff
path: root/test/finance.unit.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/finance.unit.js')
-rw-r--r--test/finance.unit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/finance.unit.js b/test/finance.unit.js
index aa617d0a..9fa426dd 100644
--- a/test/finance.unit.js
+++ b/test/finance.unit.js
@@ -267,7 +267,7 @@ describe('finance.js', function () {
var bitcoinAddress = faker.finance.bitcoinAddress();
/**
- * Note: Although the total length of a Bitcoin address can be 25-33 characters, regex quantifiers only check the proceding token
+ * Note: Although the total length of a Bitcoin address can be 25-33 characters, regex quantifiers only check the preceding token
* Therefore we take one from the total length of the address not including the first character ([13])
*/