Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit 09aac76

Browse files
authored
docs(readme): code comment
1 parent bcaeaeb commit 09aac76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function main() {
2626
return platformBrowserDynamic().bootstrapModule(MainModule);
2727
}
2828

29-
bootloader(main); // this will bootstrap your
29+
bootloader(main); // this will bootstrap your main function
3030
```
3131
`index.html`
3232
```html

0 commit comments

Comments
 (0)