Skip to content

Commit 925fe25

Browse files
committed
Fixed typo in documentation
1 parent d593a87 commit 925fe25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-extractor/src/DocElementParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default class DocElementParser {
135135
}
136136
});
137137
if (pipeSplitContent.length > 2) {
138-
reportError('Invalid @link parameters, at most pipe character allowed.');
138+
reportError('Invalid @link parameters, at most one pipe character allowed.');
139139
return;
140140
}
141141

0 commit comments

Comments
 (0)