Skip to content

Commit 84df95c

Browse files
committed
Polish changelog and readme
1 parent 126a4a4 commit 84df95c

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
@@ -21,7 +21,7 @@ Min. duration time: 300ms
2121
req starts spinner shows req ends spinner hides
2222
```
2323

24-
``SpinnerVisibilityService#visibilityObservable`` and ``PendingInterceptorService#pendingRequestsStatus`` have been deprecated in favor of ``SpinnerVisibilityService#visibilityObservable$`` and ``PendingInterceptorService#pendingRequestsStatus$`` (note the **$** at the end).
24+
``SpinnerVisibilityService#visibilityObservable`` and ``PendingInterceptorService#pendingRequestsStatus`` have been respectively deprecated in favor of ``visibilityObservable$`` and ``pendingRequestsStatus$`` (note the **$**).
2525

2626
## v2.0.0
2727

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ In your app.component.html, simply add :
7979

8080
## Customizing the spinner
8181

82-
You can customize the **background-color**, the **spinner type**, the **debounce delay** (ie. after how many milliseconds the spinner will be displayed, if needed), the **minimum duration** (ie. how many milliseconds should the spinner be displayed at least):
82+
You can customize the **background-color**, the **spinner type**, the **debounce delay** (ie. after how many milliseconds the spinner will be visible, if needed), the **minimum duration** (ie. how many milliseconds should the spinner be visible at least):
8383
```xml
8484
<spinner
8585
[backgroundColor]="'#ff0000'"

0 commit comments

Comments
 (0)