summaryrefslogtreecommitdiff
path: root/doc/tutorial/computed.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/computed.md')
-rw-r--r--doc/tutorial/computed.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/computed.md b/doc/tutorial/computed.md
index f746236d..96e27dbe 100644
--- a/doc/tutorial/computed.md
+++ b/doc/tutorial/computed.md
@@ -310,7 +310,7 @@ $ touch src/baz/baz.cpp
$ echo 'bar' > src/baz/deps
```
-As this affects the target structure with commit those changes.
+As this affects the target structure, we commit those changes.
```shell
$ git add . && git commit -m 'New library baz'