Skip to content

Commit

Permalink
Update text-and-paragraphs.md (FakerPHP#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoCappellini authored Sep 13, 2022
1 parent 09bf7d3 commit 1e4a354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/formatters/text-and-paragraphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ echo $faker->paragraphs(2, true);

## `text`

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

```php
echo $faker->text();
Expand Down

0 comments on commit 1e4a354

Please sign in to comment.