Skip to content

Commit f0d0783

Browse files
ChristianKurzararslan
authored andcommitted
fix pkg3 docs typo (#28422)
* Update index.md (cherry picked from commit a451801)
1 parent ed88ef4 commit f0d0783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Pkg/docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ Testing...
695695

696696
Sometimes one might want to use some packages only at testing time but not
697697
enforce a dependency on them when the package is used. This is possible by
698-
adding `[extra]` dependencies and adding a a "test target" to the Project file.
698+
adding dependencies to `[extras]` and a `test` target in `[targets]` to the Project file.
699699
Here we add the `Test` standard library as a test-only dependency by adding the
700700
following to the Project file:
701701

0 commit comments

Comments
 (0)