Skip to content

Commit 748d86c

Browse files
committed
Polish README (again)
1 parent 8d15901 commit 748d86c

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
@@ -134,7 +134,7 @@ You can filter the http requests that shouldn't be caught by the interceptor by
134134
<spinner [filteredUrlPatterns]="['\\d', '[a-zA-Z]', 'my-api']"></spinner>
135135
```
136136

137-
You can also filter the http requests by providing **an array of HTTP methods** (case-insensitive):
137+
You can also filter the http requests by providing **an array of HTTP methods** (case insensitive):
138138
```xml
139139
<spinner [filteredMethods]="['gEt', 'POST', 'PuT']"></spinner>
140140
```

0 commit comments

Comments
 (0)