summaryrefslogtreecommitdiff
path: root/DESIGN.md
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-05-22 06:45:42 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-05-22 06:45:42 -0400
commit7ff0117509d2fe80924df2191ec9c30c2f79e60b (patch)
tree99e0f2b8b5c622bdd5b72b49986192595b289cf7 /DESIGN.md
parentcc120b1d2179ff86b968f2e7961ae354747a95b3 (diff)
downloadmerchant-backoffice-7ff0117509d2fe80924df2191ec9c30c2f79e60b.tar.gz
merchant-backoffice-7ff0117509d2fe80924df2191ec9c30c2f79e60b.tar.bz2
merchant-backoffice-7ff0117509d2fe80924df2191ec9c30c2f79e60b.zip
add auxiliary verb: ‘do’
Diffstat (limited to 'DESIGN.md')
-rw-r--r--DESIGN.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DESIGN.md b/DESIGN.md
index 0e94820..d884d22 100644
--- a/DESIGN.md
+++ b/DESIGN.md
@@ -148,7 +148,7 @@ Some other guidelines:
Every components should have examples using storybook (xxx.stories.tsx). There
is an automated test that check that every example can be rendered so we make
-sure that we not add a regression.
+sure that we do not add a regression.
Every hook should have examples under `tests/hooks` with common usage trying to
follow this structure: