Skip to content
Open
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 manual/src/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In addition to those `*PAGER` environment variables, the behavior of `less` is a

## Delta-specific environment variables

To temporarily activate and inactivate delta features, you can use `DELTA_FEATURES`, e.g.
To temporarily activate and deactivate delta features, you can use `DELTA_FEATURES`, e.g.

```sh
export DELTA_FEATURES='+side-by-side my-feature'
Expand Down
Loading