Skip to content

Commit 1e4a354

Browse files
Update text-and-paragraphs.md (#73)
1 parent 09bf7d3 commit 1e4a354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/formatters/text-and-paragraphs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ echo $faker->paragraphs(2, true);
115115

116116
## `text`
117117

118-
Generate a random string of text, with the given amount of words. By default, `200` is used as input.
118+
Generate a random string of text. The first parameter represents the maximum number of characters the text should contain (by default, `200`).
119119

120120
```php
121121
echo $faker->text();

0 commit comments

Comments
 (0)