Преглед изворни кода

Docs: Fixed broken documentation of the `Observable#bind` method.

Co-Authored-By: oleq <a.nowodzinski@cksource.com>
Piotrek Koszuliński пре 7 година
родитељ
комит
fabc5ca5a4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-utils/src/observablemixin.js

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

@@ -763,7 +763,7 @@ function attachBindToListeners( observable, toBindings ) {
  *
  * **Note**: To release the binding use {@link module:utils/observablemixin~Observable#unbind}.
  *
- * You can also "rename" the property in the binding by specifying in in the `to()` chain:
+ * You can also "rename" the property in the binding by specifying the new name in the `to()` chain:
  *
  *		button.bind( 'isEnabled' ).to( command, 'isWorking' );
  *