@@ -139,10 +139,10 @@ For convenience aliases have been provided for all supported request methods.
139
139
##### axios.get(url[ , config] )
140
140
##### axios.delete(url[ , config] )
141
141
##### axios.head(url[ , config] )
142
+ ##### axios.options(url[ , config] )
142
143
##### axios.post(url[ , data[ , config]] )
143
144
##### axios.put(url[ , data[ , config]] )
144
145
##### axios.patch(url[ , data[ , config]] )
145
- ##### axios.options(url[ , data[ , config]] )
146
146
147
147
###### NOTE
148
148
When using the alias methods ` url ` , ` method ` , and ` data ` properties don't need to be specified in config.
@@ -176,6 +176,7 @@ The available instance methods are listed below. The specified config will be me
176
176
##### axios#get(url[ , config] )
177
177
##### axios#delete(url[ , config] )
178
178
##### axios#head(url[ , config] )
179
+ ##### axios#options(url[ , config] )
179
180
##### axios#post(url[ , data[ , config]] )
180
181
##### axios#put(url[ , data[ , config]] )
181
182
##### axios#patch(url[ , data[ , config]] )
0 commit comments