Skip to content

Commit a4480ca

Browse files
authored
responsibly -> responsible in Testing article (#345)
1 parent 121a428 commit a4480ca

File tree

1 file changed

+1
-1
lines changed
  • Sources/Dependencies/Documentation.docc/Articles

1 file changed

+1
-1
lines changed

Sources/Dependencies/Documentation.docc/Articles/Testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To do this, simply define a `@Suite` and use the `.dependencies` trait:
9999
@Suite(.dependencies) struct BaseSuite {}
100100
```
101101

102-
This type does not need to have anything in its body, and the `.dependencies` trait is responsibly
102+
This type does not need to have anything in its body, and the `.dependencies` trait is responsible
103103
for giving each test in the suite its own scratchpad of dependencies.
104104

105105
Then nest all of your `@Suite`s and `@Test`s in this type:

0 commit comments

Comments
 (0)