Skip to content
Snippets Groups Projects
Commit 2dccc250 authored by Branden Byers's avatar Branden Byers
Browse files

Fix small typo

parent 9a89e393
No related branches found
No related tags found
No related merge requests found
......@@ -374,7 +374,7 @@ Reveal.isAutoSliding();
### Slide Changed Event
An 'slidechanged' event is fired each time the slide is changed (regardless of state). The event object holds the index values of the current slide as well as a reference to the previous and current slide HTML nodes.
A 'slidechanged' event is fired each time the slide is changed (regardless of state). The event object holds the index values of the current slide as well as a reference to the previous and current slide HTML nodes.
Some libraries, like MathJax (see [#226](https://github.com/hakimel/reveal.js/issues/226#issuecomment-10261609)), get confused by the transforms and display states of slides. Often times, this can be fixed by calling their update or render function from this callback.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment