We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d15901 commit 748d86cCopy full SHA for 748d86c
README.md
@@ -134,7 +134,7 @@ You can filter the http requests that shouldn't be caught by the interceptor by
134
<spinner [filteredUrlPatterns]="['\\d', '[a-zA-Z]', 'my-api']"></spinner>
135
```
136
137
-You can also filter the http requests by providing **an array of HTTP methods** (case-insensitive):
+You can also filter the http requests by providing **an array of HTTP methods** (case insensitive):
138
```xml
139
<spinner [filteredMethods]="['gEt', 'POST', 'PuT']"></spinner>
140
0 commit comments