Skip to content

Commit c687026

Browse files
committed
Merge remote-tracking branch 'origin/asrivas-patch-3' into asrivas-patch-3-continuation
2 parents 076cd9a + 5c22bb6 commit c687026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slides/SpeakerNotesScript/scriptGen.gs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function onOpen(e) {
4141
* Creates a 'script' for the presentation user in a document
4242
* with the speaker notes for each slide.
4343
*/
44-
function generateSlideScript() {
44+
function generateSlidesScript() {
4545
var presentation = SlidesApp.getActivePresentation();
4646
var docTitle = presentation.getName() + ' Script';
4747
var slides = presentation.getSlides();

0 commit comments

Comments
 (0)