Skip to content

Commit f2110fa

Browse files
committed
spelling: version
Signed-off-by: Josh Soref <[email protected]>
1 parent c5f5639 commit f2110fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/semver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export function renderVersion(v: Ver): string {
206206
}
207207

208208
/**
209-
* Render the given verson including the vprefix if enabled. Do not use this in
209+
* Render the given version including the vprefix if enabled. Do not use this in
210210
* places where a valid semver is expected since vprefix is not valid semver.
211211
*/
212212
export function renderStyledVersion(v: Ver): string {

0 commit comments

Comments
 (0)