2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

docs: grammar issue in *.md (#7215)

* fix readme.md

* fix ECOSYSTEM.md

* fix CONTRIBUTING.md
This commit is contained in:
WuMingDao
2025-11-11 14:34:36 +08:00
committed by GitHub
parent e6d71017d3
commit 7f1fe57250
3 changed files with 36 additions and 36 deletions
+3 -3
View File
@@ -20,9 +20,9 @@ Please update the [documentation](https://axios-http.com/docs/intro) accordingly
## Developing
- `npm run test` run the jasmine and mocha tests
- `npm run build` run rollup and bundle the source
- `npm run version` prepare the code for release
- `npm run test` runs the jasmine and mocha tests
- `npm run build` runs rollup and bundles the source
- `npm run version` prepares the code for release
## Running Examples