Skip to content

Commit

Permalink
fix docs typo (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipple authored and RobbieTheWagner committed Oct 12, 2018
1 parent aa1a8bc commit a8ef264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ created.
- Array of HTML strings
- `HTMLElement` object
- Function to be executed when the step is built. It must return one the three options above.
- `title`: The steps title. It becomes an `h3` at the top of the step.
- `title`: The step's title. It becomes an `h3` at the top of the step.
- `attachTo`: What element the step should be attached to on the page. It can either be a string of the form `"element on"`, or an object with those properties. For example: `".some #element left"`, or `{element: '.some #element',
on: 'left'}`. If you use the object syntax, `element` can also be a DOM element. If you don't specify an `attachTo`
the element will appear in the middle of the screen.
Expand Down

0 comments on commit a8ef264

Please sign in to comment.