Skip to content

Commit 1a4a3a6

Browse files
committed
fix(doc): fix review errors
1 parent 1e28b24 commit 1a4a3a6

9 files changed

+15
-15
lines changed

zh_CN/code-of-conduct.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
___
22
**备注**
33

4-
这是[code-of-coduct.md](https://github.com/sindresorhus/ava/blob/master/code-of-coduct.md)的简体中文翻译。这个[链接](https://github.com/sindresorhus/ava/compare/master...zhaozhiming:master)用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到`code-of-coduct.md`发生变化,那就意味着这份翻译文档是最新的)。
4+
这是[code-of-coduct.md](https://github.com/sindresorhus/ava/blob/master/code-of-coduct.md)的简体中文翻译。这个[链接](https://github.com/sindresorhus/ava/compare/89767ec3b6174e59d37faaadb50cfa3c0d58bda6...master#diff-d3030a18b089fdb1fbfabf6e75e4aef0)用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到`code-of-coduct.md`发生变化,那就意味着这份翻译文档是最新的)。
55
___
66

77
# 贡献者的行为准则

zh_CN/contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
___
22
**备注**
33

4-
这是[contributing.md](https://github.com/sindresorhus/ava/blob/master/contributing.md)的简体中文翻译。这个[链接](https://github.com/sindresorhus/ava/compare/master...zhaozhiming:master)用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到`contributing.md`发生变化,那就意味着这份翻译文档是最新的)。
4+
这是[contributing.md](https://github.com/sindresorhus/ava/blob/master/contributing.md)的简体中文翻译。这个[链接](https://github.com/sindresorhus/ava/compare/89767ec3b6174e59d37faaadb50cfa3c0d58bda6...master#diff-cc4aac3e9be04e0413c9520f223b493c)用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到`contributing.md`发生变化,那就意味着这份翻译文档是最新的)。
55
___
66
# 向AVA 贡献
77

zh_CN/docs/recipes/browser-testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
___
22
**备注**
33

4-
这是[browser-testing.md](https://github.com/sindresorhus/ava/blob/master/docs/recipes/browser-testing.md)的简体中文翻译。这个[链接](https://github.com/sindresorhus/ava/compare/master...zhaozhiming:master)用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到`browser-testing.md`发生变化,那就意味着这份翻译文档是最新的)。
4+
这是[browser-testing.md](https://github.com/sindresorhus/ava/blob/master/docs/recipes/browser-testing.md)的简体中文翻译。这个[链接](https://github.com/sindresorhus/ava/compare/8e2f3dca177a4283ad882596d3c1425cabb998ef...master#diff-9d3d394077fa7f97cbbb0fefc098ac60)用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到`browser-testing.md`发生变化,那就意味着这份翻译文档是最新的)。
55
___
66

77
# 设置AVA 做浏览器测试

zh_CN/docs/recipes/code-coverage.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
___
22
**备注**
33

4-
这是[code-coverage.md](https://github.com/sindresorhus/ava/blob/master/docs/recipes/code-coverage.md)的简体中文翻译。这个[链接](https://github.com/sindresorhus/ava/compare/master...zhaozhiming:master)用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到`code-coverage.md`发生变化,那就意味着这份翻译文档是最新的)。
4+
这是[code-coverage.md](https://github.com/sindresorhus/ava/blob/master/docs/recipes/code-coverage.md)的简体中文翻译。这个[链接](https://github.com/sindresorhus/ava/compare/1868204c1901f45b4f66a520ef6486fdd71fe1d2...master#diff-b3aa0c81a407f54f636a1cf5a619a4a6)用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到`code-coverage.md`发生变化,那就意味着这份翻译文档是最新的)。
55
___
66

77
# 代码覆盖率
@@ -183,6 +183,6 @@ after_success:
183183
[coveralls.io]: https://coveralls.io
184184
[`coveralls`]: https://github.com/nickmerwin/node-coveralls
185185
[`cross-env`]: https://github.com/kentcdodds/cross-env
186-
[process-isolation]: ../../readme.md#隔离进程
186+
[process-isolation]: https://github.com/sindresorhus/ava-docs/blob/master/zh_CN/readme.md#隔离进程
187187
[`istanbul`]: https://github.com/gotwarlost/istanbul
188188
[`nyc`]: https://github.com/bcoe/nyc

zh_CN/docs/recipes/endpoint-testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
___
22
**备注**
33

4-
这是[endpoint-testing.md](https://github.com/sindresorhus/ava/blob/master/docs/recipes/endpoint-testing.md)的简体中文翻译。这个[链接](https://github.com/sindresorhus/ava/compare/master...zhaozhiming:master)用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到`endpoint-testing.md`发生变化,那就意味着这份翻译文档是最新的)。
4+
这是[endpoint-testing.md](https://github.com/sindresorhus/ava/blob/master/docs/recipes/endpoint-testing.md)的简体中文翻译。这个[链接](https://github.com/sindresorhus/ava/compare/89767ec3b6174e59d37faaadb50cfa3c0d58bda6...master#diff-aee54ab6a703c02779edb3ebbb35e96f)用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到`endpoint-testing.md`发生变化,那就意味着这份翻译文档是最新的)。
55
___
66

77
# 端点测试

zh_CN/docs/recipes/typescript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
___
22
**备注**
33

4-
这是[typescript.md](https://github.com/sindresorhus/ava/blob/master/docs/recipes/typescript.md)的简体中文翻译。这个[链接](https://github.com/sindresorhus/ava/compare/master...zhaozhiming:master)用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到`typescript.md`发生变化,那就意味着这份翻译文档是最新的)。
4+
这是[typescript.md](https://github.com/sindresorhus/ava/blob/master/docs/recipes/typescript.md)的简体中文翻译。这个[链接](https://github.com/sindresorhus/ava/compare/8e2f3dca177a4283ad882596d3c1425cabb998ef...master#diff-60cce07a584082115d230f2e3d571ad6)用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到`typescript.md`发生变化,那就意味着这份翻译文档是最新的)。
55
___
66

77
# TypeScript

zh_CN/docs/recipes/watch-mode.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
___
22
**备注**
33

4-
这是[watch-mode.md](https://github.com/sindresorhus/ava/blob/master/docs/recipes/watch-mode.md)的简体中文翻译。这个[链接](https://github.com/sindresorhus/ava/compare/master...zhaozhiming:master)用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到`watch-mode.md`发生变化,那就意味着这份翻译文档是最新的)。
4+
这是[watch-mode.md](https://github.com/sindresorhus/ava/blob/master/docs/recipes/watch-mode.md)的简体中文翻译。这个[链接](https://github.com/sindresorhus/ava/compare/82c02bce80696547db0387dec243ddb470c8bce7...master#diff-92da4f3d087d796fdf4a45be88586b62)用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到`watch-mode.md`发生变化,那就意味着这份翻译文档是最新的)。
55
___
66

77
# 观察模式
@@ -101,5 +101,5 @@ $ npm test -- --watch
101101

102102
[`chokidar`]: https://github.com/paulmillr/chokidar
103103
[`ignore-by-default`]: https://github.com/novemberborn/ignore-by-default
104-
[`--require` CLI 标志]: ../../readme.md#cli
105-
[`--source` CLI 标志]: ../../readme.md#cli
104+
[`--require` CLI 标志]: https://github.com/sindresorhus/ava-docs/blob/master/zh_CN/readme.md#cli
105+
[`--source` CLI 标志]: https://github.com/sindresorhus/ava-docs/blob/master/zh_CN/readme.md#cli

zh_CN/docs/recipes/when-to-use-plan.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
___
22
**备注**
33

4-
这是[when-to-use-plan.md](https://github.com/sindresorhus/ava/blob/master/docs/recipes/when-to-use-plan.md)的简体中文翻译。这个[链接](https://github.com/sindresorhus/ava/compare/master...zhaozhiming:master)用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到`when-to-use-plan.md`发生变化,那就意味着这份翻译文档是最新的)。
4+
这是[when-to-use-plan.md](https://github.com/sindresorhus/ava/blob/master/docs/recipes/when-to-use-plan.md)的简体中文翻译。这个[链接](https://github.com/sindresorhus/ava/compare/89767ec3b6174e59d37faaadb50cfa3c0d58bda6...master#diff-0c25d982e94d600cb6b8e438a0e67169)用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到`when-to-use-plan.md`发生变化,那就意味着这份翻译文档是最新的)。
55
___
66

77
# 什么时候使用`t.plan()`

zh_CN/readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
___
22
**备注**
33

4-
这是[readme.md](https://github.com/sindresorhus/ava/blob/master/readme.md)的简体中文翻译。这个[链接](https://github.com/sindresorhus/ava/compare/master...zhaozhiming:master)用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到`readme.md`发生变化,那就意味着这份翻译文档是最新的)。
4+
这是[readme.md](https://github.com/sindresorhus/ava/blob/master/readme.md)的简体中文翻译。这个[链接](https://github.com/sindresorhus/ava/compare/67bf0472133041f59ef469f737b696de05ae316b...master#diff-0730bb7c2e8f9ea2438b52e419dd86c9)用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到`readme.md`发生变化,那就意味着这份翻译文档是最新的)。
55
___
66

77
# ![AVA](https://github.com/sindresorhus/ava/blob/master/media/header.png)
@@ -130,7 +130,7 @@ $ npm test
130130
$ npm test -- --watch
131131
```
132132

133-
AVA 来自一个非常聪明的观察模式。[可以在它的秘方中查看详情](https://github.com/sindresorhus/ava/blob/master/docs/recipes/watch-mode.md)
133+
AVA 来自一个非常聪明的观察模式。[可以在它的秘方中查看详情](docs/recipes/watch-mode.md)
134134

135135
## CLI
136136

@@ -616,7 +616,7 @@ test(t => {
616616

617617
### 支持Generator
618618

619-
AVA 自带对[generator 函数](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function*)的内置支持。
619+
AVA 自带对[generator 函数](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Statements/function*)的内置支持。
620620

621621
```js
622622
test(function * (t) {
@@ -895,7 +895,7 @@ AVA,不是Ava,也不是ava,发音[`/ˈeɪvə/` ay-və](https://github.com/
895895

896896
### 项目背景图片是什么意思?
897897

898-
它是[处女座星系](https://simple.wikipedia.org/wiki/Andromeda_galaxy)
898+
它是[处女座星系](https://zh.wikipedia.org/wiki/%E4%BB%99%E5%A5%B3%E5%BA%A7%E6%98%9F%E7%B3%BB)
899899

900900
### 并发和并行有什么不同?
901901

0 commit comments

Comments
 (0)