Skip to content

Commit de4a9a1

Browse files
authored
Fix mispellings
1 parent ef1eab2 commit de4a9a1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/css-3.25/properties/margin-side.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ parent: Properties
88
Defineds a margin or separation for a specific side applied to this element.
99

1010
```css
11-
margin-[size]: <size>;
11+
margin-[side]: <size>;
1212
margin-top: 12px;
1313
```
1414

1515
## Syntax
1616

17-
`margin-[size]: <size>;`
17+
`margin-[side]: <size>;`
1818

1919
Side can be top, right, bottom or left.\
2020
Value must be of type [\<size>](../data-types/size.md).

docs/css-3.25/properties/padding-side.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Pargin Side
2+
title: Padding Side
33
description: CSS padding side property
44
parent: Properties
55
---
@@ -8,13 +8,13 @@ parent: Properties
88
Defineds a padding for a specific side applied to this element.
99

1010
```css
11-
padding-[size]: <size>;
11+
padding-[side]: <size>;
1212
padding-top: 12px;
1313
```
1414

1515
## Syntax
1616

17-
`padding-[size]: <size>;`
17+
`padding-[side]: <size>;`
1818

1919
Side can be top, right, bottom or left.\
2020
Value must be of type [\<size>](../data-types/size.md).

0 commit comments

Comments
 (0)