8
0
Maciej Bukowski 7 лет назад
Родитель
Сommit
25e4aeeb82
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor-cloud-services-core/src/token/token.js

+ 1 - 1
packages/ckeditor-cloud-services-core/src/token/token.js

@@ -135,7 +135,7 @@ mix( Token, ObservableMixin );
 
 /**
  * This function is called in a defined interval by the {@link ~Token} class.
- * It should return a promise, which resolves with the new token url.
+ * It should return a promise, which resolves with the new token value.
  * If any error occurs it should return a rejected promise with an error message.
  *
  * @function refreshToken