aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoan Blanc <yoan@dosimple.ch>2018-10-22 19:40:49 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2018-10-22 10:40:49 -0700
commit9608fd0c4af42bb891d42bc4591452001f3b4686 (patch)
tree78aa28630cc8d05dc9d31b13b5c7d60f968c9384
parent89bcd192a16a22d348fbbe8475bebfbfe4fd5d35 (diff)
downloadpandoc-9608fd0c4af42bb891d42bc4591452001f3b4686.tar.gz
revealjs: typo in the socket.io javascript plugin (#5006)
-rw-r--r--data/templates/default.revealjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/default.revealjs b/data/templates/default.revealjs
index 2c6b8e2ff..5d76071a6 100644
--- a/data/templates/default.revealjs
+++ b/data/templates/default.revealjs
@@ -263,7 +263,7 @@ $endif$
{ src: '$revealjs-url$/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: '$revealjs-url$/plugin/zoom-js/zoom.js', async: true },
$if(notes-server)$
- { src: '$revealjs-url$/socket.io/socker.io.js', async: true },
+ { src: '$revealjs-url$/socket.io/socket.io.js', async: true },
{ src: '$revealjs-url$/plugin/notes-server/client.js', async: true },
$endif$
$if(mathjax)$