Selaa lähdekoodia

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

Co-Authored-By: oleq <a.nowodzinski@cksource.com>
Piotrek Koszuliński 7 vuotta sitten
vanhempi
commit
fabc5ca5a4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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' );
  *