Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 3a95e2f

Browse files
author
Kamil Piechaczek
committed
Removed unnecessary dot. [skip ci]
1 parent aefe787 commit 3a95e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/position.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default class Position {
4747
/**
4848
* Position root invalid.
4949
*
50-
* @error model-position-root-invalid.
50+
* @error model-position-root-invalid
5151
*/
5252
throw new CKEditorError( 'model-position-root-invalid: Position root invalid.' );
5353
}

0 commit comments

Comments
 (0)