Skip to content

Commit

Permalink
docs(readme): added missing period for consistency (#756)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
shaymolcho authored Jan 28, 2025
1 parent 868d4bb commit 67e5478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67e5478

Please sign in to comment.