We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c0c8f commit da59866Copy full SHA for da59866
src/fake.ts
@@ -18,7 +18,7 @@ export class Fake {
18
* Generator method for combining faker methods based on string input.
19
*
20
* 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.).
+ * This method is useful if you wish to choose a random format from a non-executable source or persistent storage (json etc.).
22
23
* It checks the given string for placeholders and replace them by calling the specified faker method.
24
* E.g. the input `Hi, my name is {{name.firstName}}!`,
0 commit comments