From d716373d1916697d622170da9f3ca17822d90576 Mon Sep 17 00:00:00 2001 From: Ben Crook Date: Thu, 19 May 2016 19:33:21 +0100 Subject: [PATCH] Fix desktop spelling in lib/web/css #4557 --- lib/web/css/docs/sections.html | 2 +- lib/web/css/docs/source/_sections.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/web/css/docs/sections.html b/lib/web/css/docs/sections.html index 201f28f2b4da4..021865154b3ba 100644 --- a/lib/web/css/docs/sections.html +++ b/lib/web/css/docs/sections.html @@ -559,7 +559,7 @@

Responsive tabs

-

Since tabs and accordion have same markup, they can transform one into other by means of CSS and JavaScript. This can be used for responsive web design. For instance, for mobile version there is an accordion, for desctop version it is transformed to tabs. To implement this approach, use the .lib-data-accordion() mixin for mobile version, and the .lib-data-tabs() mixin for desctop version.

+

Since tabs and accordion have same markup, they can transform one into other by means of CSS and JavaScript. This can be used for responsive web design. For instance, for mobile version there is an accordion, for desktop version it is transformed to tabs. To implement this approach, use the .lib-data-accordion() mixin for mobile version, and the .lib-data-tabs() mixin for desktop version.