Skip to content

Commit 86549b5

Browse files
authored
Merge pull request #199 from jpelton-stroud/patch-1
fix: 'No HTML file named javaScript was found'
2 parents ea75a12 + 5e58a89 commit 86549b5

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)