Skip to content

Commit

Permalink
Fix spelling of targeted in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Aug 9, 2024
1 parent 86866a1 commit c3dbef4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/commands/build_command.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ directory `doc\html\<package_version>-docs\`, relative to Stack's dist work
directory (see [`stack path --dist-dir`](path_command.md)).

Unless flags are set to exclude the building of project packages, for each
targetted project package with generated documentation, an archive of the
targeted project package with generated documentation, an archive of the
`<package_version>-docs` directory and its contents is in Stack's dist work
directory. (The flags that exclude project packages are
[`--only-dependencies`](#-only-dependencies-flag),
Expand Down Expand Up @@ -964,7 +964,7 @@ Unset the flag for non-interleaved output. With non-interleaved output, the
build output from GHC (as opposed to from Stack) in respect of dependencies is
ignored. The behaviour then depends whether there is one target package or more
than one. There can be one target if the project has a single package or if one
package is targetted in a multi-package project (for example, using
package is targeted in a multi-package project (for example, using
`stack build <package_name>`).

* **One target package:** The build output for the target package is sent to the
Expand Down
2 changes: 1 addition & 1 deletion doc/commands/ghci_command.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ By default:
GHCi (only).

* Stack configures GHCi to hide unnecessary packages, unless no packages are
targetted and no additional packages are specified. Pass the
targeted and no additional packages are specified. Pass the
`--package-hiding` flag to hide unnecessary packages or
`--no-package-hiding` flag not to hide unnecessary packages.

Expand Down

0 comments on commit c3dbef4

Please sign in to comment.