diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-27 12:51:50 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-27 12:54:05 +0200 |
commit | d34e0afbcc3c9a533bc9555e9772cf2cad7dcb83 (patch) | |
tree | a43859422a5cdc81db2467ddf2108107cb60fdc9 /doc/concepts/rules.md | |
parent | de7bdb452e7f600e5cb17d87710fb952f151ba29 (diff) | |
download | justbuild-d34e0afbcc3c9a533bc9555e9772cf2cad7dcb83.tar.gz |
doc: Fix various typos and inconsistencies
Diffstat (limited to 'doc/concepts/rules.md')
-rw-r--r-- | doc/concepts/rules.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/concepts/rules.md b/doc/concepts/rules.md index 2e09cb81..785e7009 100644 --- a/doc/concepts/rules.md +++ b/doc/concepts/rules.md @@ -193,7 +193,7 @@ following arguments. - `"cwd"` The directory inside the action root to change to before executing the command. The directory has to be given as a string - decribing a non-upwards relative path. This field is optional + describing a non-upwards relative path. This field is optional and defaults to `""`. - `"env"` The environment in which the command should be executed, |