Luke Deen Taylor commited on
Commit
42c89ba
·
1 Parent(s): 0a6ca74

Fix multiple incorrect usages of lets vs let's (#34)

Browse files
Files changed (1) hide show
  1. demo/scripts/demo.js +2 -2
demo/scripts/demo.js CHANGED
@@ -20,13 +20,13 @@ document.addEventListener("DOMContentLoaded", function () {
20
  element: '#name_driver',
21
  popover: {
22
  title: 'Why Driver?',
23
- description: 'Because it let\'s you drive the user across the page',
24
  position: 'bottom'
25
  }
26
  }, {
27
  element: '#driver-demo-head',
28
  popover: {
29
- title: 'Lets talk features',
30
  description: 'You may leave your mouse and use the <strong>arrow keys</strong> to move next and back or <strong>escape key</strong> anytime to close this',
31
  position: 'bottom'
32
  }
 
20
  element: '#name_driver',
21
  popover: {
22
  title: 'Why Driver?',
23
+ description: 'Because it lets you drive the user across the page',
24
  position: 'bottom'
25
  }
26
  }, {
27
  element: '#driver-demo-head',
28
  popover: {
29
+ title: 'Let\'s talk features',
30
  description: 'You may leave your mouse and use the <strong>arrow keys</strong> to move next and back or <strong>escape key</strong> anytime to close this',
31
  position: 'bottom'
32
  }