Skip to content

Commit

Permalink
Fix docs grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed May 14, 2024
1 parent e22beef commit 12fac94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workspace/lib/workspace.ex
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ defmodule Workspace do
> #### Visualizing what is affected {: .tip}
>
> You can use the `--show-status` flag in most of `workspace` to indicate what
> is unchanged, modified or affected.
> You can use the `--show-status` flag in most of `workspace` commands to indicate
> what is unchanged, modified or affected.
>
> For instance if you have changed `package_f` and `package_d` you can visualize
> the graph using `workspace.graph --format mermaid --show-status`
Expand Down Expand Up @@ -279,7 +279,7 @@ defmodule Workspace do
The following environment variables are supported:
* `WORKSPACE_DEBUG` - if then debug information will be printed.
* `WORKSPACE_DEBUG` - if set then debug information will be printed.
Environment variables that are not meant to hold a value (and act basically as
flags) should be set to either `1` or `true`, for example:
Expand Down

0 comments on commit 12fac94

Please sign in to comment.