aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)