Skip to content

Commit 391cef7

Browse files
committed
Missing comma
1 parent 1d9acfc commit 391cef7

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
@@ -80,7 +80,7 @@ In your app.component.html, simply add:
8080

8181
## Customizing the spinner
8282

83-
You can customize the **background-color**, the **spinner type**, the spinner **backdrop** (visible by default) 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), the **extra duration** (ie. how many extra milliseconds should the spinner be visible):
83+
You can customize the **background-color**, the **spinner type**, the spinner **backdrop** (visible by default), 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), the **extra duration** (ie. how many extra milliseconds should the spinner be visible):
8484
```xml
8585
<ng-http-loader
8686
[backgroundColor]="'#ff0000'"

0 commit comments

Comments
 (0)