Bladeren bron

Update version.js

Fixes typo
Renatto 5 jaren geleden
bovenliggende
commit
c9a6cc6eab
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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
 	 *