Skip to content

Commit 4168c27

Browse files
author
Lucas Decrock
authored
Fixed a typo
1 parent e6728ca commit 4168c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ instance.interceptors.response.use(response => {
219219
return response;
220220
});
221221

222-
export default instance; // export axios instace to be imported in your app
222+
export default instance; // export axios instance to be imported in your app
223223
```
224224

225225

0 commit comments

Comments
 (0)