Bartosz Dziewoński has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/174323

Change subject: Fix typos
......................................................................

Fix typos

Change-Id: I50efc88bfae7a068ba0e55b55afb56d59a468331
---
M src/Window.js
M src/WindowManager.js
M src/widgets/OutlineItemWidget.js
3 files changed, 6 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/23/174323/1

diff --git a/src/Window.js b/src/Window.js
index 2c5796d..1b22b77 100644
--- a/src/Window.js
+++ b/src/Window.js
@@ -414,7 +414,7 @@
 /**
  * Toggle visibility of window.
  *
- * If the window is isolated and hasn't fully loaded yet, the visiblity 
property will be used
+ * If the window is isolated and hasn't fully loaded yet, the visibility 
property will be used
  * instead of display.
  *
  * @param {boolean} [show] Make window visible, omit to toggle visibility
diff --git a/src/WindowManager.js b/src/WindowManager.js
index 387e372..90fcc8f 100644
--- a/src/WindowManager.js
+++ b/src/WindowManager.js
@@ -674,7 +674,7 @@
                                .attr( 'aria-hidden', '' );
                }
        } else if ( this.$ariaHidden ) {
-               // Restore screen reader visiblity
+               // Restore screen reader visibility
                this.$ariaHidden.removeAttr( 'aria-hidden' );
                this.$ariaHidden = null;
        }
diff --git a/src/widgets/OutlineItemWidget.js b/src/widgets/OutlineItemWidget.js
index 543d4c5..730c55d 100644
--- a/src/widgets/OutlineItemWidget.js
+++ b/src/widgets/OutlineItemWidget.js
@@ -46,7 +46,7 @@
 /**
  * Check if item is movable.
  *
- * Movablilty is used by outline controls.
+ * Movability is used by outline controls.
  *
  * @return {boolean} Item is movable
  */
@@ -57,7 +57,7 @@
 /**
  * Check if item is removable.
  *
- * Removablilty is used by outline controls.
+ * Removability is used by outline controls.
  *
  * @return {boolean} Item is removable
  */
@@ -77,7 +77,7 @@
 /**
  * Set movability.
  *
- * Movablilty is used by outline controls.
+ * Movability is used by outline controls.
  *
  * @param {boolean} movable Item is movable
  * @chainable
@@ -91,7 +91,7 @@
 /**
  * Set removability.
  *
- * Removablilty is used by outline controls.
+ * Removability is used by outline controls.
  *
  * @param {boolean} movable Item is removable
  * @chainable

-- 
To view, visit https://gerrit.wikimedia.org/r/174323
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I50efc88bfae7a068ba0e55b55afb56d59a468331
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to