8
0
Pārlūkot izejas kodu

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

Co-Authored-By: oleq <a.nowodzinski@cksource.com>
Piotrek Koszuliński 7 gadi atpakaļ
vecāks
revīzija
fabc5ca5a4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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' );
  *