]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Clarified language: "instead" to "inside" 8786/head
authorWes Foster <wesfed@gmail.com>
Fri, 13 May 2016 15:49:01 +0000 (10:49 -0500)
committerWes Foster <wesfed@gmail.com>
Fri, 13 May 2016 15:49:01 +0000 (10:49 -0500)
Changed to better describe the appropriate action that needs to be taken by the user. You don't place links "instead" of list items, but rather, "inside" of them.

docs/pages/breadcrumbs.md

index 7d822c3b91af081af3678bf2cd4604b1b741be1b..da4b5a238f1eac5c0f09d6f5fb78729c907ca1b4 100644 (file)
@@ -4,7 +4,7 @@ description: Breadcrumbs come in handy to show a navigation trail for users clic
 sass: scss/components/_breadcrumbs.scss
 ---
 
-To make a set of breadcrumb links, just add the class `.breadcrumbs` to a `<ul>`, and then add links instead of `<li>` elements.
+To make a set of breadcrumb links, just add the class `.breadcrumbs` to a `<ul>`, and then add links inside of the `<li>` elements.
 
 The current page doesn't require a link or a class, but you should add some explanatory text for AT that indicates which item is the current page.