Kaynağa Gözat

Docs: Fixed a typo.

Aleksander Nowodzinski 7 yıl önce
ebeveyn
işleme
8eae1ea010

+ 1 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/button/switchbutton.css

@@ -56,7 +56,7 @@
 		background: var(--ck-color-switch-button-on-background);
 
 		& .ck-button__toggle__inner {
-			/* Move the toggle siwtch to the right. It will be animated. */
+			/* Move the toggle switch to the right. It will be animated. */
 			transform: translateX(calc(var(--ck-switch-button-toggle-width) - var(--ck-switch-button-toggle-inner-size) - 2*var(--ck-switch-button-toggle-spacing)));
 		}
 	}