Skip to content

Commit f269ede

Browse files
joehalliwelldavideast
authored andcommitted
Fix typo (angular#214)
1 parent cd1c2fb commit f269ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/5-user-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bootstrap(<MyApp>Component, [
2828
]);
2929
```
3030

31-
**Example boostrap**
31+
**Example bootstrap**
3232
```ts
3333
import { bootstrap } from '@angular/platform-browser-dynamic';
3434
import { enableProdMode } from '@angular/core';
@@ -153,4 +153,4 @@ export class RcTestAppComponent {
153153
});
154154
}
155155
}
156-
```
156+
```

0 commit comments

Comments
 (0)