Skip to content

fix pkg3 docs typo #28422

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stdlib/Pkg/docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ Testing...

Sometimes one might want to use some packages only at testing time but not
enforce a dependency on them when the package is used. This is possible by
adding `[extra]` dependencies and adding a a "test target" to the Project file.
adding dependencies to `[extras]` and a `test` target in `[targets]` to the Project file.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"to `[targets]`", rather than "in `[targets]`"?

Here we add the `Test` standard library as a test-only dependency by adding the
following to the Project file:

Expand Down