indentation fix

This commit is contained in:
Hakim El Hattab 2019-02-01 10:16:32 +01:00
parent ce53e63b5b
commit 7867b77833
1 changed files with 1 additions and 1 deletions

View File

@ -939,7 +939,7 @@ Reveal.configure({ slideNumber: 'c/t' });
// You can provide a function to fully customize the number:
Reveal.configure({ slideNumber: function() {
// Ignore numbering of vertical slides
// Ignore numbering of vertical slides
return [ Reveal.getIndices().h ];
}});