Skip to content

Commit 164795c

Browse files
Apply suggestions from code review
Co-authored-by: Kristin Bradley <kristin.bradley@hashicorp.com>
1 parent 118ad04 commit 164795c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/layouts/flex/partials/code/how-to-use.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The simplest way to implement a flexbox layout is by using the `Layout::Flex` co
2424

2525
In this way, every direct child element of the **flexbox container** will be treated, by the browser's layout engine, as a **flex item** (for details about what this means, refer to the guide linked at the top of this page).
2626

27-
There are cases in which is necessary to wrap one or more child elements in a specific `Layout::Flex::Item` (eg. to apply the `@basis/@grow/@shrink` arguments, see below for details):
27+
There are cases in which it is necessary to wrap one or more child elements in a specific `Layout::Flex::Item` (eg. to apply the `@basis/@grow/@shrink` arguments, see below for details):
2828

2929
```handlebars{data-execute=false}
3030
<Hds::Layout::Flex as |LF|>
@@ -38,7 +38,7 @@ There are cases in which is necessary to wrap one or more child elements in a sp
3838

3939
!!! Info
4040

41-
Note: there is no strict need to use the `Layout::Flex::Item` subcomponent as a direct child of `Layout::Flex`; use it only when necessary to tweak flex styles of individual child item via the `@basis/@grow/@shrink` (to avoid rendering an extra Ember component).
41+
Note: there is no strict need to use the `Layout::Flex::Item` subcomponent as a direct child of `Layout::Flex`; use it only when necessary to tweak flex styles of an individual child item via the `@basis/@grow/@shrink` (to avoid rendering an extra Ember component).
4242

4343
!!!
4444

0 commit comments

Comments
 (0)