Skip to content

Commit a5ebfaa

Browse files
authored
Merge pull request #6 from Wikunia/patch-1
Typo an -> can
2 parents ce53a7b + a8d2621 commit a5ebfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ julia> TestEnv.activate();
1919
julia> using ChainRulesCore
2020
```
2121

22-
You an also pass in the name of a package, to activate that package and it's test dependencies:
22+
You can also pass in the name of a package, to activate that package and it's test dependencies:
2323
`TestEnv.activate("Javis")` for example would activate Javis.jl's test environment.
2424

2525
Finally you can pass in a function to run in this environment.

0 commit comments

Comments
 (0)