Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit 4982672

Browse files
dimitrisnlgregberge
authored andcommitted
docs: fix typos (#86)
1 parent ea6b3c6 commit 4982672

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/basics/Accessibility.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Accessiblity
2+
name: Accessibility
33
menu: Basics
44
order: 6
55
---

docs/basics/Forms.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import { ControlFeedback, FormGroup, Label, Input } from '@smooth-ui/core-sc'
99

1010
# Forms
1111

12-
Smooth UI provides component to simplify the form layouting but it doesn't provide a complete form system. We recommends using [🏁 React Final Form](https://github.com/final-form/react-final-form) if you need one.
12+
Smooth UI provides a component to simplify the form layouting but it doesn't provide a complete form system. We recommend using [🏁 React Final Form](https://github.com/final-form/react-final-form) if you need one.
1313

1414
👉 **[Checkout the 🏁 React Final Form example on CodeSandbox](https://codesandbox.io/s/40o45po3l4)**
1515

16-
## Create simple layout using "FormGroup"
16+
## Create a simple layout using "FormGroup"
1717

1818
Using `FormGroup` component and `control` property on controls like `Input` gives you a clean form layout.
1919

docs/basics/System.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Box } from '@smooth-ui/core-sc'
99

1010
# System
1111

12-
Smooth UI has a powerful style system, a lot utilities are available on all components.
12+
Smooth UI has a powerful style system, a lot of utilities are available on all components.
1313

1414
<Playground>
1515
<Box
@@ -76,7 +76,7 @@ Margin and padding props follow a shorthand syntax for specifying direction.
7676

7777
### Dimensions
7878

79-
Dimensions utilities parses a component's prop and converts it into a CSS width declaration.
79+
Dimensions utilities parse a component's prop and convert it into a CSS width declaration.
8080

8181
- Numbers from 0-1 are converted to percentage widths.
8282
- Numbers greater than 1 are converted to pixel values.
@@ -175,14 +175,14 @@ Available border utilities:
175175

176176
### Basics
177177

178-
Available basic utilies:
178+
Available basic utilities:
179179

180180
- `opacity`
181181
- `overflow`
182182

183183
## Variants
184184

185-
Some utilities uses a variant defined in theme, a variant can be either an array or an object.
185+
Some utilities use a variant defined in theme, a variant can be either an array or an object.
186186

187187
### Space
188188

@@ -242,7 +242,7 @@ It means you can use `color="primary"` and it will be automatically transformed
242242

243243
## Responsive
244244

245-
All utilities supports responsive and use breakpoints defined in theme.
245+
All utilities support responsive and use breakpoints defined in the theme.
246246

247247
```js
248248
// 10px on all devices

0 commit comments

Comments
 (0)