Skip to content

Commit d764802

Browse files
committed
Uppercase 'http' where needed
1 parent b480e8a commit d764802

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## v2.2.0
44

5-
This release adds the possibility to filter http requests that should not be handled by the interceptor by providing an array of HTTP methods to the component's ``filteredMethods`` property.
5+
This release adds the possibility to filter HTTP requests that should not be handled by the interceptor by providing an array of HTTP methods to the component's ``filteredMethods`` property.
66

77
## v2.1.0
88

@@ -83,7 +83,7 @@ See the [Defining your own spinner](https://github.com/mpalourdio/ng-http-loader
8383

8484
## v0.6.0
8585

86-
This release adds the ``debounceDelay`` parameter (default is 0). It allows to discard the spinner for fast and repeated http requests, which can be annoying under some conditions.
86+
This release adds the ``debounceDelay`` parameter (default is 0). It allows to discard the spinner for fast and repeated HTTP requests, which can be annoying under some conditions.
8787

8888
See [customization](https://github.com/mpalourdio/ng-http-loader#customizing-the-spinner)
8989

@@ -93,7 +93,7 @@ The library now takes advantage of [RxJS lettable operators](https://github.com/
9393

9494
## v0.5.1
9595

96-
This release fixes a bug that could cause the spinner to not show if an http request were performed **before** the spinner component was initialized.
96+
This release fixes a bug that could cause the spinner to not show if an HTTP request were performed **before** the spinner component was initialized.
9797
The responsible ``Subject`` has been replaced by a ``ReplaySubject``.
9898

9999
## v0.5.0
@@ -115,7 +115,7 @@ Fixed default spinners background.
115115

116116
## v0.3.0
117117

118-
This release gives the possibility to filter http requests that should not be handled by the interceptor by providing an array of URL regex to the component's ``filteredUrlPatterns`` property.
118+
This release gives the possibility to filter HTTP requests that should not be handled by the interceptor by providing an array of URL regex to the component's ``filteredUrlPatterns`` property.
119119

120120
## v0.2.0
121121

0 commit comments

Comments
 (0)