]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: fix various typos for "available" 11648/head
authorNicolas Coden <nicolas@ncoden.fr>
Sun, 13 Jan 2019 14:17:00 +0000 (15:17 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Sun, 13 Jan 2019 14:17:00 +0000 (15:17 +0100)
Some where introduced by https://github.com/zurb/foundation-sites/commit/54f40751d3320aac1bb6fa970aea8fa73d70df14

docs/pages/installation.md
docs/pages/motion-ui.md
docs/pages/xy-grid.md

index 411416ec4636cc9b118ab4b2564bb6df8a124eeb..3c32b5d1f71973999aaac1ae55fa4b0b94ea847a 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.4.3/dist/js/foundation.min.js" integrity="sha256-mRYlCu5EG+ouD07WxLF8v4ZAZYCA6WrmdIXyn1Bv9Vk= sha384-KzKofw4qqetd3kvuQ5AdapWPqV1ZI+CnfyfEwZQgPk8poOLWaabfgJOfmW7uI+AV sha512-0gHfaMkY+Do568TgjJC2iMAV0dQlY4NqbeZ4pr9lVUTXQzKu8qceyd6wg/3Uql9qA2+3X5NHv3IMb05wb387rA==" crossorigin="anonymous"></script>
 ```
 
-From Foundation 6.4, flex is enabled by default and **only the new XY Grid is availible**. However, others CSS versions are availible 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 05e2bf44bc7d745e72b621612414fb462db2322c..011a467b7b159f6fa6ecf62c1778fdec5261d3b1 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.
 
 ---