Skip to content

Commit b679b47

Browse files
committed
Fix: Linting
1 parent 0606bd3 commit b679b47

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

+1-1
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 to scroll vertically to view the overflowing content. Also, a toggle button is rendered, which can be used to expand the height and show the code block in its entierty.
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 scroll vertically to view the overflowing content. Also, a toggle button is rendered, which can be used to expand the height and show the code block in its entirety.
153153

154154
```handlebars
155155
<Hds::CodeBlock

0 commit comments

Comments
 (0)