2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-11 18:02:32 +03:00

docs: fix CommonJS usage note

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Michael Di Prisco
2023-08-30 20:41:34 +02:00
committed by GitHub
parent 9e6205630e
commit b5b7760373
+1 -1
View File
@@ -167,7 +167,7 @@ Using unpkg CDN:
## Example
> **Note** CommonJS usage
> **Note**: CommonJS usage
> In order to gain the TypeScript typings (for intellisense / autocomplete) while using CommonJS imports with `require()`, use the following approach:
```js