Skip to content

Commit

Permalink
Fixed quoted boolean in options guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcc committed Aug 12, 2015
1 parent b41b12e commit f1a8421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The loop attribute causes the video to start over as soon as it ends. This could
```html
<video loop ...>
or
{ "loop": "true" }
{ "loop": true }
```


Expand Down

0 comments on commit f1a8421

Please sign in to comment.