We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 076cd9a + 5c22bb6 commit c687026Copy full SHA for c687026
slides/SpeakerNotesScript/scriptGen.gs
@@ -41,7 +41,7 @@ function onOpen(e) {
41
* Creates a 'script' for the presentation user in a document
42
* with the speaker notes for each slide.
43
*/
44
-function generateSlideScript() {
+function generateSlidesScript() {
45
var presentation = SlidesApp.getActivePresentation();
46
var docTitle = presentation.getName() + ' Script';
47
var slides = presentation.getSlides();
0 commit comments