Commit b3ea1914 authored by Jonah Williams's avatar Jonah Williams Committed by Flutter GitHub Bot

[flutter_tools] Update template for web application to correct typo (#48778)

parent 05ebd2c5
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<script> <script>
if ('serviceWorker' in navigator) { if ('serviceWorker' in navigator) {
window.addEventListener('load', function () { window.addEventListener('load', function () {
navigator.serviceWorker.register('/service_worker.js'); navigator.serviceWorker.register('/flutter_service_worker.js');
}); });
} }
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment