Skip to content

Commit 80dc28c

Browse files
fix: compound spelling (pacocoursey#12)
1 parent 8096434 commit 80dc28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ARCHITECTURE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Document is a work in progress!
44
5-
⌘K is born from a simple constraint: can you write a combobox with filtering and sorting using the [compount component](https://kentcdodds.com/blog/compound-components-with-react-hooks) approach? We didn't want to render items manually from an array:
5+
⌘K is born from a simple constraint: can you write a combobox with filtering and sorting using the [compound component](https://kentcdodds.com/blog/compound-components-with-react-hooks) approach? We didn't want to render items manually from an array:
66

77
```tsx
88
// No

0 commit comments

Comments
 (0)