Skip to content

Commit a7ec27d

Browse files
authored
Merge pull request googleworkspace#199 from jpelton-stroud/patch-1
fix: 'No HTML file named javaScript was found'
2 parents 7d9e751 + 485cf4e commit a7ec27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/simpleTasks/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1>Simple Tasks</h1>
3030
</ul>
3131
</fieldset>
3232

33-
<?!= HtmlService.createHtmlOutputFromFile('javaScript').getContent(); ?>
33+
<?!= HtmlService.createHtmlOutputFromFile('javascript').getContent(); ?>
3434

3535
</body>
3636
</html>

0 commit comments

Comments
 (0)