Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 2069f4e

Browse files
authored
Merge pull request #67 from rodrigoalviani/master
Fix @apiversion error message
2 parents 6c828b5 + 481842d commit 2069f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/parsers/api_version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function parse(content) {
1212

1313
if ( ! semver.valid(content))
1414
throw new ParameterError('Version format not valid.',
15-
'apiVersion', '@apiVersion major.minor.patch', '@apiDefine 1.2.3');
15+
'apiVersion', '@apiVersion major.minor.patch', '@apiVersion 1.2.3');
1616

1717
return {
1818
version: content

0 commit comments

Comments
 (0)