Skip to content

Commit d2b7c96

Browse files
qmonmertpkozlowski-opensource
authored andcommitted
docs: fix typo (#52258)
Fix typo in aio/content/errors/NG05104.md file PR Close #52258
1 parent 83f5911 commit d2b7c96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aio/content/errors/NG05104.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
@shortDescription Root element was not found during bootstrap.
44

55
@description
6-
Boostraped components are defined in the `bootstrap` property of an `@NgModule` decorator or as the first parameter of `boopstrapApplication` for standalone components.
6+
Bootstrapped components are defined in the `bootstrap` property of an `@NgModule` decorator or as the first parameter of `bootstrapApplication` for standalone components.
77

8-
This error happens when Angular tries to boostrap one of these components but cannot find its corresponding node in the DOM.
8+
This error happens when Angular tries to bootstrap one of these components but cannot find its corresponding node in the DOM.
99

1010
@debugging
1111

0 commit comments

Comments
 (0)