From 457ffa0efa6a05cfb4e71d249aff1f100df88e46 Mon Sep 17 00:00:00 2001 From: Stefano Cappellini <4191058+StefanoCappellini@users.noreply.github.com> Date: Tue, 13 Sep 2022 17:15:26 +0200 Subject: [PATCH] Update text-and-paragraphs.md --- docs/formatters/text-and-paragraphs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/formatters/text-and-paragraphs.md b/docs/formatters/text-and-paragraphs.md index 896b2fe9..907f8232 100644 --- a/docs/formatters/text-and-paragraphs.md +++ b/docs/formatters/text-and-paragraphs.md @@ -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();