Skip to content

Commit 00cd658

Browse files
xDivisionByZeroxShinigami92
authored andcommitted
fix: spelling for comment
Co-authored-by: Shinigami <[email protected]>
1 parent 4adca5b commit 00cd658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/finance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export class Finance {
266266
format = provider;
267267
} else {
268268
// Choose a random provider
269-
// Credit cards are in a object structure
269+
// Credit cards are in an object structure
270270
const formats = this.faker.random.objectElement(localeFormat, 'value'); // There could be multiple formats
271271
format = this.faker.random.arrayElement(formats);
272272
}

0 commit comments

Comments
 (0)