aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-02-25 15:53:39 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-02-25 15:53:39 +0100
commit04e38c8c07ed11dec074b255d449b289704f49be (patch)
tree3a2852e9eaf64fc88908465c969a8f2c23ce8ab3
parentce8ea8439305913a9be6322fcd445814c521e724 (diff)
parent2dccc2503123535bca16973f0a69d98d00d04f69 (diff)
downloadfosdem-2018-presentation-04e38c8c07ed11dec074b255d449b289704f49be.tar
fosdem-2018-presentation-04e38c8c07ed11dec074b255d449b289704f49be.tar.gz
Merge pull request #1113 from brndnb/patch-1
grammar
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e748ca8..4fb631f 100644
--- a/README.md
+++ b/README.md
@@ -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.