]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #11648 from ncoden/docs/fix-available-typo for v6.5.0
authorNicolas Coden <nicolas@ncoden.fr>
Tue, 22 Jan 2019 16:42:33 +0000 (17:42 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Tue, 22 Jan 2019 16:42:33 +0000 (17:42 +0100)
ba8f9d34c docs: fix various typos for available

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
docs/pages/installation.md
docs/pages/motion-ui.md
docs/pages/xy-grid.md

index 48c378f3e8a1a9ab442636b39ec0c1dc9b78a590..99726a4af0a32be22232749616461658f8618c95 100644 (file)
@@ -245,7 +245,7 @@ The folks at [jsDelivr](https://www.jsdelivr.com) host the compressed Foundation
 <script src="https://cdn.jsdelivr.net/npm/foundation-sites@6.5.1/dist/js/foundation.min.js" integrity="sha256-WUKHnLrIrx8dew//IpSEmPN/NT3DGAEmIePQYIEJLLs= sha384-53StQWuVbn6figscdDC3xV00aYCPEz3srBdV/QGSXw3f19og3Tq2wTRe0vJqRTEO sha512-X9O+2f1ty1rzBJOC8AXBnuNUdyJg0m8xMKmbt9I3Vu/UOWmSg5zG+dtnje4wAZrKtkopz/PEDClHZ1LXx5IeOw==" crossorigin="anonymous"></script>
 ```
 
-From Foundation 6.4, flex is enabled by default and **only the new XY Grid is availaible**. However, others CSS versions are availaible for backward compatibility and the most common usage cases. For others uses and advanced customization, we recommand to build Foundation with custom settings (see others installation methods).
+From Foundation 6.4, flex is enabled by default and **only the new XY Grid is available**. However, others CSS versions are available for backward compatibility and the most common usage cases. For others uses and advanced customization, we recommand to build Foundation with custom settings (see others installation methods).
 
 ```html
 <!-- foundation-float.min.css: Compressed CSS with legacy Float Grid -->
index ed99f6573d7d6537e499757f3d3613557d9b159b..b903f71b8d610c6c23a05b54544d9b52bd0ae7ff 100644 (file)
@@ -70,7 +70,7 @@ Various Foundation components provide options for to use Motion UI animations wh
 - [Toggler](toggler.html): `data-animate`
 - [Responsive Toggler](responsive-navigation.html): `data-animate`
 
-For example, here are two instances of Toggler&mdash;one using fade classes (`.fade-in` and `.fade-out`), and one using slide classes (`.slide-in-down` and `.slide-out-up`). See all availaible classes in [build-in transitions](#built-in-transitions) below.
+For example, here are two instances of Toggler&mdash;one using fade classes (`.fade-in` and `.fade-out`), and one using slide classes (`.slide-in-down` and `.slide-out-up`). See all available classes in [build-in transitions](#built-in-transitions) below.
 
 ```html
 <div data-toggler data-animate="fade-in fade-out" class="callout secondary">
index f5164048519345c9c8c15fd36177563c6cceaf09..f979e2e5ac8b798ec318d35e9492eb6a3e422b22 100644 (file)
@@ -256,7 +256,7 @@ To define cell widths within a direction-level, instead of the individual cell l
 </div>
 ```
 
-Block Grids are not availaible for the vertical grids. Use the [basic layout](#vertical-grids) with a size applied on each cell of the grid instead.
+Block Grids are not available for the vertical grids. Use the [basic layout](#vertical-grids) with a size applied on each cell of the grid instead.
 
 ---