Skip to content

Commit d61991d

Browse files
authored
Fix typo in stacks.mdoc
1 parent cc417d5 commit d61991d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

design-system/pkg/src/layout/docs/stacks.mdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The `VStack` is a thin wrapper around the `Flex` component, where the `direction
2929
</Flex>
3030
```
3131

32-
### Horiztonal stack
32+
### Horizontal stack
3333

3434
The `HStack` is a thin wrapper around the `Flex` component, where the `direction` prop is set to `"row"`.
3535

@@ -39,4 +39,4 @@ The `HStack` is a thin wrapper around the `Flex` component, where the `direction
3939
<Placeholder width="element.large" />
4040
<Placeholder width="element.large" />
4141
</Flex>
42-
```
42+
```

0 commit comments

Comments
 (0)