From 67e54785a0f871361230f84323cbb631b9b6d834 Mon Sep 17 00:00:00 2001 From: Shay Molcho <152275799+shaymolcho@users.noreply.github.com> Date: Tue, 28 Jan 2025 18:20:38 +0200 Subject: [PATCH] docs(readme): added missing period for consistency (#756) Added a missing period in specific parts of the text to maintain consistency across the document. This ensures a uniform writing style, improves readability, and aligns with the formatting used throughout the content. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5a94924..f588ab49 100644 --- a/README.md +++ b/README.md @@ -479,7 +479,7 @@ strings that they parse. ### Ranges -* `validRange(range)`: Return the valid range or null if it's not valid +* `validRange(range)`: Return the valid range or null if it's not valid. * `satisfies(version, range)`: Return true if the version satisfies the range. * `maxSatisfying(versions, range)`: Return the highest version in the list