Skip to content

Commit 50f27d0

Browse files
fix: spelling for comment
Co-authored-by: Shinigami <[email protected]>
1 parent 342fb42 commit 50f27d0

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
@@ -269,7 +269,7 @@ export class Finance {
269269
format = provider;
270270
} else {
271271
// Choose a random provider
272-
// Credit cards are in a object structure
272+
// Credit cards are in an object structure
273273
const formats = this.faker.random.objectElement(localeFormat, 'value'); // There could be multiple formats
274274
format = this.faker.random.arrayElement(formats);
275275
}

0 commit comments

Comments
 (0)