Skip to content

Commit 8f00f32

Browse files
authored
Merge pull request #236 from baekteun/patch-1
Remove unnecessary space in README backtick
2 parents 0e0e276 + 1d26112 commit 8f00f32

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Another possible solution:
409409
### layout()
410410
- Applies to: `flex containers`
411411
- Values: `fitContainer` / `adjustWidth` / `adjustHeight`
412-
- Default value: `fitContainer `
412+
- Default value: `fitContainer`
413413

414414
**Method:**
415415

@@ -419,8 +419,8 @@ The method will layout the flex container's children.
419419
Layout modes:
420420

421421
* **`fitContainer`**: This is the default mode when no parameter is specified. Children are layouted **inside** the container's size (width and height).
422-
* **`adjustHeight `**: In this mode, children are layouted **using only the container's width**. The container's height will be adjusted to fit the flexbox's children
423-
* **`adjustWidth `**: In this mode, children are layouted **using only the container's height**. The container's width will be adjusted to fit the flexbox's children
422+
* **`adjustHeight`**: In this mode, children are layouted **using only the container's width**. The container's height will be adjusted to fit the flexbox's children
423+
* **`adjustWidth`**: In this mode, children are layouted **using only the container's height**. The container's width will be adjusted to fit the flexbox's children
424424

425425
###### Usage examples:
426426
```swift
@@ -513,7 +513,7 @@ The `justifyContent` property defines the alignment along the main-axis of the c
513513
### alignItems()
514514
- Applies to: `flex containers`
515515
- Values: `stretch` / `start` / `end` / `center` / `baseline`
516-
- Default value: `stretch `
516+
- Default value: `stretch`
517517
- CSS name: `align-items`
518518

519519
**Method:**
@@ -662,7 +662,7 @@ It specifies the "flex shrink factor", which determines how much the flex item w
662662
<br>
663663

664664
### basis
665-
- Applies to: `flex items `
665+
- Applies to: `flex items`
666666
- Default value: 0
667667
- CSS name: `flex-basis`
668668

0 commit comments

Comments
 (0)