Skip to content

Commit ecadac7

Browse files
authored
Fix typo in docs for loading error template
1 parent 5863cf9 commit ecadac7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/elements-demo/src/app/features/docs/api/api.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ <h2>LazyElementDirective</h2>
9191
</td>
9292
<td>
9393
<p>
94-
Reference to Angular template which will be hich will be displayed
95-
before the element bundle (or module) loading failed. To show
96-
error message we can create following template
94+
Reference to Angular template which will be displayed when
95+
the element bundle (or module) loading failed. To show error
96+
message we can create following template
9797
<code
9898
>&#60;ng-template #error>Loading
9999
failed...&#60;/ng-template></code

0 commit comments

Comments
 (0)