Skip to content

Commit

Permalink
fix apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
joduplessis committed Jun 9, 2024
1 parent acdecd3 commit 6d5eaa6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fold-dev/docs",
"version": "24.6.8.5",
"version": "24.6.9.0",
"description": "UI components for product teams.",
"scripts": {
"prepare": "husky install",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/docs/core/grid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Grid, GridItem } from '@fold-dev/core'
export const docs = {
title: 'Grid',
subtitle:
'The Grid component wraps `display: grid`, arranging child elements within a grid structure comprised of rows and columns.',
'The Grid component wraps "display: grid", arranging child elements within a grid structure comprised of rows and columns.',
description:
'The Grid component provides a grid-centric layout system that simplifies website & app design by incorporating rows and columns, eliminating the need for floats and positioning.',
}
Expand Down Expand Up @@ -173,4 +173,4 @@ export const AppLayout = () => {
}
```

export default ({ children }) => <ComponentLayout docs={docs} props={props} css={css}>{children}</ComponentLayout>
export default ({ children }) => <ComponentLayout docs={docs} props={props} css={css}>{children}</ComponentLayout>

0 comments on commit 6d5eaa6

Please sign in to comment.