Skip to content

Commit 44a1a16

Browse files
committed
docs: typo [skip ci]
1 parent b4c4bcd commit 44a1a16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README-zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</p>
1212
<h1 align="center">VueRequest</h1>
1313
<div align="center">
14-
<p align="center">⚡️ 一个能轻松帮你管理请求状态(支持SWR,轮询,错误重试,缓存,分页等)的 Vue 3 请求库</p>
14+
<p align="center">⚡️ 一个能轻松帮你管理请求状态(支持SWR,轮询,错误重试,缓存,分页等)的 Vue 3 composition API 请求库</p>
1515
<a href="https://codecov.io/github/attojs/vue-request?branch=master">
1616
<img
1717
src="https://img.shields.io/codecov/c/github/attojs/vue-request?token=NW2XVQWGPP"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ English | [简体中文](README-zh_CN.md)
1111
</p>
1212
<h1 align="center">VueRequest</h1>
1313
<div align="center">
14-
<p align="center">⚡️ Vue 3 composition api for data fetching, supports SWR, polling, error retry, cache request, pagination etc.</p>
14+
<p align="center">⚡️ Vue 3 composition API for data fetching, supports SWR, polling, error retry, cache request, pagination ,etc.</p>
1515
<a href="https://codecov.io/github/attojs/vue-request?branch=master">
1616
<img
1717
src="https://img.shields.io/codecov/c/github/attojs/vue-request?token=NW2XVQWGPP"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-request",
33
"version": "1.0.4",
4-
"description": "Vue 3 composition api for data fetching, supports SWR, polling, error retry, cache request, pagination and other cool features.",
4+
"description": "Vue 3 composition API for data fetching, supports SWR, polling, error retry, cache request, pagination and other cool features.",
55
"license": "MIT",
66
"keywords": [
77
"vue",

0 commit comments

Comments
 (0)