- Fixed typo in example hook scripts.
This commit is contained in:
Paul Beckingham 2014-09-07 21:59:31 -04:00
parent 01f2db4b48
commit 9e45f5e637
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ read new_task
echo on-add
# Exit:
# 0 Means: - all emitted JSON lines are added/modifiied
# 0 Means: - all emitted JSON lines are added/modified
# - all emitted non-JSON lines become footnote entries
# 1 Means: - all emitted JSON lines are ignored
# - all emitted non-JSON lines become error entries

View file

@ -13,7 +13,7 @@
echo on-launch
# Exit:
# 0 Means: - all emitted JSON lines are added/modifiied
# 0 Means: - all emitted JSON lines are added/modified
# - all emitted non-JSON lines become footnote entries
# 1 Means: - all emitted JSON lines are ignored
# - all emitted non-JSON lines become error entries

View file

@ -16,7 +16,7 @@ read modified_task
echo on-modify
# Exit:
# 0 Means: - all emitted JSON lines are added/modifiied
# 0 Means: - all emitted JSON lines are added/modified
# - all emitted non-JSON lines become footnote entries
# 1 Means: - all emitted JSON lines are ignored
# - all emitted non-JSON lines become error entries