Skip to content

Commit ff191e0

Browse files
committed
Fix: Code docs missing word
1 parent 4803fb8 commit ff191e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/components/code-block/partials/code/how-to-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ loadInitializers(App, config.modulePrefix);"
149149

150150
### Limit height
151151

152-
Code content uses `auto` height by default but you can opt to set a `maxHeight` value to save space. If the content height exceeds the set max height, vertical scrolling is enabled view the overflowing content and a toggle button is displayed to expand the height and show the Code Block content in its entirety.
152+
Code content uses `auto` height by default but you can opt to set a `maxHeight` value to save space. If the content height exceeds the set max height, vertical scrolling is enabled to view the overflowing content and a toggle button is displayed to expand the height and show the Code Block content in its entirety.
153153

154154
```handlebars
155155
<Hds::CodeBlock

0 commit comments

Comments
 (0)