Skip to content

Commit

Permalink
Put semver.org link between parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Jul 5, 2022
1 parent 1c89b96 commit 1b4723c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/VersionField.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class VersionField extends Component {
<span>
<Trans>
Mostly relevant for software and dataset uploads. A semantic version
string is preferred see
string is preferred (see
<a
href="https://semver.org/"
target="_blank"
Expand All @@ -28,7 +28,7 @@ export class VersionField extends Component {
{' '}
semver.org
</a>
, but any version string is accepted.
) but any version string is accepted.
</Trans>
</span>
);
Expand Down

0 comments on commit 1b4723c

Please sign in to comment.