Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tilomitra committed Apr 10, 2013
1 parent bbb4178 commit c087b2a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,8 @@ <h2>About</h2>
<p>You can also add pretty code snippets that have syntax highlighting thanks to <a href="http://craig.is/making/rainbows">RainbowJS</a>! These come in a variety of different <a href="https://github.com/ccampbell/rainbow/tree/master/themes">themes</a>.</p>

<pre><code data-language="javascript">
YUI({
//specify a gallery build
}).use('node', function(Y) {
Y.log('YUI Loaded');
YUI().use('node', function(Y) {
Y.log('YUI Loaded. Vroom vroom!');
});

</code></pre>
Expand Down

0 comments on commit c087b2a

Please sign in to comment.