]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Replace single with double quote in code example
authorAaron Arney <ocularrhythm@users.noreply.github.com>
Thu, 15 Mar 2018 13:58:13 +0000 (09:58 -0400)
committerGitHub <noreply@github.com>
Thu, 15 Mar 2018 13:58:13 +0000 (09:58 -0400)
To keep with the consistency of the rest of the code examples

docs/pages/reveal.md

index 481b3799fa66e3bcb8d9f7f74d7b351906af213b..b33d9e36b45ca8b7c10e5a0971945e4e9817d552 100644 (file)
@@ -212,7 +212,7 @@ To use animations from the Motion UI library, include the <code>data-animation-i
 
 <div class="reveal" id="animatedModal10" data-reveal data-close-on-click="true" data-animation-in="spin-in" data-animation-out="spin-out">
   <h1>Whoa, I'm dizzy!</h1>
-  <p class='lead'>There are many options for animating modals, check out the Motion UI library to see them all</p>
+  <p class="lead">There are many options for animating modals, check out the Motion UI library to see them all</p>
   <button class="close-button" data-close aria-label="Close reveal" type="button">
     <span aria-hidden="true">&times;</span>
   </button>