Skip to content

Commit 2f67e1d

Browse files
Apply suggestions from code review
Co-authored-by: Lee White <lee.white@hashicorp.com>
1 parent 2e9c3ff commit 2f67e1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/layouts/flex/partials/code/component-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
<C.Property @name="justify" @type="enum" @values={{array "start" "center" "end" "space-between" "space-around" "space-evenly"}}>
1515
The value of the CSS `justify-content` property, which defines how the space is distributed between and around content items along the [main axis](https://developer.mozilla.org/en-US/docs/Glossary/Main_Axis) of the flex container (for a technical explanation: [see MDN reference](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content)).
1616
<br/><br/>
17-
<em>Notice: we expose only a subset of the values allowed for this property, covering only the most common use cases.</em>
17+
<em>Note: we expose only a subset of the values allowed for this property, covering only the most common use cases.</em>
1818
<br/><br/>
1919
<em>Tip: when the `@direction` is `row` this argument controls the horizontal alignment; when it's `column` it controls the vertical alignment.</em>
2020
</C.Property>
2121
<C.Property @name="align" @type="enum" @values={{array "start" "center" "end" "stretch"}}>
2222
The value of the CSS `align-items` property, which controls the alignment of the flex items on the [cross axis](https://developer.mozilla.org/en-US/docs/Glossary/Cross_Axis) (for a technical explanation: [see MDN reference](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items)).
2323
<br/><br/>
24-
<em>Notice: we expose only a subset of the values allowed for this property, covering only the most common use cases.</em>
24+
<em>Note: we expose only a subset of the values allowed for this property, covering only the most common use cases.</em>
2525
<br/><br/>
2626
<em>Tip: when the `@direction` is `row` this argument controls the vertical alignment; when it's `column` it controls the horizontal alignment.</em>
2727
</C.Property>

0 commit comments

Comments
 (0)