Skip to content

Commit da59866

Browse files
chore: apply suggestions
Co-authored-by: Leyla Jähnig <[email protected]>
1 parent 48c0c8f commit da59866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fake.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class Fake {
1818
* Generator method for combining faker methods based on string input.
1919
*
2020
* Note: If you just want to create a string on the fly, we recommend using string template literals instead.
21-
* This method is useful if you wish to choose a random format from a list or persistent storage (json etc.).
21+
* This method is useful if you wish to choose a random format from a non-executable source or persistent storage (json etc.).
2222
*
2323
* It checks the given string for placeholders and replace them by calling the specified faker method.
2424
* E.g. the input `Hi, my name is {{name.firstName}}!`,

0 commit comments

Comments
 (0)