Skip to content

Commit 7d7da6e

Browse files
committed
Bad english ?
1 parent 0618574 commit 7d7da6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## v1.0.1
44

5-
This release is a bug fix release. It prevents the ``PendingInterceptorService`` to be triggered when using the ``SpinnerVisibilityService``.
5+
This release is a bug fix release. It prevents the ``PendingInterceptorService`` from being triggered when using the ``SpinnerVisibilityService``.
66
See this [issue](https://github.com/mpalourdio/ng-http-loader/issues/64) for more details.
77

88
## v1.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ You can manually show and hide the spinner component if needed. You must use the
167167

168168
Sometimes, when manually showing the spinner, an http request can be performed in background, and when finished, the spinner would automagically disappear.
169169

170-
**For this reason, when calling ``SpinnerVisibilityService#show()``, it prevents the http interceptor to be triggered until you explicitly call ``SpinnerVisibilityService#hide()``.**
170+
**For this reason, when calling ``SpinnerVisibilityService#show()``, it prevents the http interceptor from being triggered until you explicitly call ``SpinnerVisibilityService#hide()``.**
171171

172172
```typescript
173173
import { SpinnerVisibilityService } from 'ng-http-loader/services/spinner-visibility.service';

0 commit comments

Comments
 (0)