You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ test.serial(t => {
183
183
184
184
### Skipped tests
185
185
186
-
Skipped tests are shown in the output as skipped, but never run.
186
+
Skipped tests are shown in the output as skipped but never run.
187
187
188
188
```js
189
189
test.skip('unicorn', t=> {
@@ -543,7 +543,7 @@ AVA, not Ava or ava. Pronounced [`/ˈeɪvə/` ay-və](media/pronunciation.m4a?ra
543
543
544
544
### Concurrency vs. parallelism
545
545
546
-
Concurrency is not parallelism. It enables parallelism. To learn more about the difference, see [this](http://stackoverflow.com/q/1050222) Stack Overflow answer.
546
+
Concurrency is not parallelism. It enables parallelism. [Learn more.](http://stackoverflow.com/q/1050222)
0 commit comments