From 2ba6ce7dae2aa744c19ac744b5ff1fbdae496a28 Mon Sep 17 00:00:00 2001 From: Seyed Mojtaba Hosseini Zeidabadi Date: Fri, 10 Sep 2021 13:26:16 +0430 Subject: [PATCH] fix: misspellings of comments and strings inside the lorem file --- Example/Sources/Data Generation/Lorem.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/Sources/Data Generation/Lorem.swift b/Example/Sources/Data Generation/Lorem.swift index b368af71..fc82d503 100755 --- a/Example/Sources/Data Generation/Lorem.swift +++ b/Example/Sources/Data Generation/Lorem.swift @@ -149,7 +149,7 @@ public class Lorem { } /** - Generate a string of random paragrahs. + Generate a string of random paragraphs. - parameter nbParagraphs: The number of paragraphs to generate. - returns: Returns a string of random paragraphs. */