Skip to content

Commit 5c57377

Browse files
committed
chore: README typos
1 parent 225d0d7 commit 5c57377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ In your app.component.html, simply add:
8989
```
9090
## Standalone components
9191

92-
If you prefer using standalone components, you should configure your `ApplicationConfig` like following
92+
If you prefer using standalone components, you should configure your `ApplicationConfig` like following:
9393

9494
```typescript
9595
export const appConfig: ApplicationConfig = {
@@ -102,7 +102,7 @@ export const appConfig: ApplicationConfig = {
102102
],
103103
};
104104
```
105-
Then you can use `ng-http-loader` like this
105+
Then you can use `ng-http-loader` like this:
106106
```typescript
107107
import { Component } from '@angular/core';
108108
import {NgHttpLoaderModule} from "ng-http-loader";

0 commit comments

Comments
 (0)