ソースを参照

Update version.js

Fixes typo
Renatto 5 年 前
コミット
c9a6cc6eab
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/ckeditor5-utils/src/version.js

+ 1 - 1
packages/ckeditor5-utils/src/version.js

@@ -108,7 +108,7 @@ if ( windowOrGlobal.CKEDITOR_VERSION ) {
 	 * different versions of the core package.
 	 *
 	 * The solution to this issue is to update all packages to their latest version. We recommend
-	 * using tools like [`node-check-updates`](https://www.npmjs.com/package/npm-check-updates) which simplify this process.
+	 * using tools like [`npm-check-updates`](https://www.npmjs.com/package/npm-check-updates) which simplify this process.
 	 *
 	 * # Conflicting version of dependencies
 	 *