commit 20f5fef73d1346bbd0ef17949c7fd182f8488051 parent d9a5034d4349e62de24c1ebbc4b963537852756e Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Sat, 22 May 2021 06:43:00 -0400 fix typo: s/places/placed/ Diffstat:
| M | DESIGN.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)