Henre Botha
commited on
Commit
·
6b18698
1
Parent(s):
344eb79
Fix spelling in demo (#5)
Browse files* Fix spelling in demo
* Fix spelling in HTML
- demo/scripts/demo.js +1 -1
- index.html +1 -1
demo/scripts/demo.js
CHANGED
|
@@ -28,7 +28,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|
| 28 |
element: '#name_driver',
|
| 29 |
popover: {
|
| 30 |
title: 'Why Driver?',
|
| 31 |
-
description: 'Because it
|
| 32 |
position: 'bottom',
|
| 33 |
},
|
| 34 |
},
|
|
|
|
| 28 |
element: '#name_driver',
|
| 29 |
popover: {
|
| 30 |
title: 'Why Driver?',
|
| 31 |
+
description: 'Because it lets you drive the user across the page',
|
| 32 |
position: 'bottom',
|
| 33 |
},
|
| 34 |
},
|
index.html
CHANGED
|
@@ -154,7 +154,7 @@ driver.highlight({
|
|
| 154 |
</code></pre>
|
| 155 |
</div>
|
| 156 |
|
| 157 |
-
<p class="top-20">And of
|
| 158 |
|
| 159 |
<hr class="hr__fancy">
|
| 160 |
|
|
|
|
| 154 |
</code></pre>
|
| 155 |
</div>
|
| 156 |
|
| 157 |
+
<p class="top-20">And of course it can be any valid HTML.</p>
|
| 158 |
|
| 159 |
<hr class="hr__fancy">
|
| 160 |
|