Skip to content

Commit 2a41f67

Browse files
committed
Re commercialhaskell#6564 Fix grammar of warning messages added to --flag docs
1 parent 8a2fa2b commit 2a41f67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/build_command.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ project-level configuration file (`stack.yaml`).
271271
!!! warning
272272

273273
Stack creates snapshots when building immutable dependencies of projects.
274-
The names of Cabal flags that have been manually set as disabled distinguish
274+
The names of Cabal flags that have been set manually as disabled distinguish
275275
one such snapshot from another. However, the names of Cabal flags that have
276-
been set as enabled do not do so.
276+
been set manually as enabled do not do so.
277277

278278
### `--[no-]force-dirty` flag
279279

doc/yaml_configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ package will automatically be promoted to be an [extra-dep](#extra-deps).
319319
!!! warning
320320

321321
Stack creates snapshots when building immutable dependencies of projects.
322-
The names of Cabal flags that have been manually set as disabled distinguish
322+
The names of Cabal flags that have been set manually as disabled distinguish
323323
one such snapshot from another. However, the names of Cabal flags that have
324-
been set as enabled do not do so.
324+
been set manually as enabled do not do so.
325325

326326
### drop-packages
327327

0 commit comments

Comments
 (0)