Skip to content

Commit 01da651

Browse files
committed
unless and not until
1 parent 7d7da6e commit 01da651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 from being triggered until you explicitly call ``SpinnerVisibilityService#hide()``.**
170+
**For this reason, when calling ``SpinnerVisibilityService#show()``, it prevents the http interceptor from being triggered unless you explicitly call ``SpinnerVisibilityService#hide()``.**
171171

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

0 commit comments

Comments
 (0)