Explorar o código

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

Co-Authored-By: oleq <a.nowodzinski@cksource.com>
Piotrek Koszuliński %!s(int64=7) %!d(string=hai) anos
pai
achega
fabc5ca5a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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' );
  *