Skip to content

Commit 6b326a1

Browse files
authored
Merge pull request hakimel#3889 from stefmolin/patch-1
Fix typo in comment at the top of the search plugin
2 parents 8bbbcf8 + ca534c6 commit 6b326a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugin/search/plugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Handles finding a text string anywhere in the slides and showing the next occurrence to the user
3-
* by navigatating to that slide and highlighting it.
3+
* by navigating to that slide and highlighting it.
44
*
55
* @author Jon Snyder <snyder.jon@gmail.com>, February 2013
66
*/
@@ -242,4 +242,4 @@ const Plugin = () => {
242242
}
243243
};
244244

245-
export default Plugin;
245+
export default Plugin;

0 commit comments

Comments
 (0)