summaryrefslogtreecommitdiff
path: root/DESIGN.md
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-05-22 06:43:00 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-05-22 06:43:00 -0400
commit20f5fef73d1346bbd0ef17949c7fd182f8488051 (patch)
tree1259e162d7855ad57b3c0fd8d3e2e3cc119456c8 /DESIGN.md
parentd9a5034d4349e62de24c1ebbc4b963537852756e (diff)
downloadmerchant-backoffice-20f5fef73d1346bbd0ef17949c7fd182f8488051.tar.gz
merchant-backoffice-20f5fef73d1346bbd0ef17949c7fd182f8488051.tar.bz2
merchant-backoffice-20f5fef73d1346bbd0ef17949c7fd182f8488051.zip
fix typo: s/places/placed/
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 0314bc7..84067c8 100644
--- a/DESIGN.md
+++ b/DESIGN.md
@@ -115,7 +115,7 @@ under `tests/hooks`. Starts with the `use` word.
# Contexts
-All the contexts should be places in the folder `src/context` as a function.
+All the contexts should be placed in the folder `src/context` as a function.
Should expose provider as a component `<XxxContextProvider />` and consumer as a
hook function `useXxxContext()` (where XXX is the name)