Parcourir la source

Update version.js

Fixes typo
Renatto il y a 5 ans
Parent
commit
c9a6cc6eab
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 	 *