merchant-backoffice

ZZZ: Inactive/Deprecated
Log | Files | Refs | Submodules | README

commit 7ff0117509d2fe80924df2191ec9c30c2f79e60b
parent cc120b1d2179ff86b968f2e7961ae354747a95b3
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Sat, 22 May 2021 06:45:42 -0400

add auxiliary verb: ‘do’

Diffstat:
MDESIGN.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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: