Skip to content

Commit 67e5478

Browse files
authored
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.
1 parent 868d4bb commit 67e5478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ strings that they parse.
479479
480480
### Ranges
481481
482-
* `validRange(range)`: Return the valid range or null if it's not valid
482+
* `validRange(range)`: Return the valid range or null if it's not valid.
483483
* `satisfies(version, range)`: Return true if the version satisfies the
484484
range.
485485
* `maxSatisfying(versions, range)`: Return the highest version in the list

0 commit comments

Comments
 (0)