Skip to content

Commit a55c91f

Browse files
committed
docs: Make the component names more distinguished
1 parent 057a7ce commit a55c91f

File tree

1 file changed

+1
-1
lines changed
  • apps/tutorial/public/docs/6-component-patterns/8-arg-components

1 file changed

+1
-1
lines changed

apps/tutorial/public/docs/6-component-patterns/8-arg-components/prose.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const Greeter = <template>
1616
</template>
1717
```
1818

19-
This pattern can be also used in cases where a component A `yields` component B and this one then needs to be used in component C:
19+
This pattern can be also used in cases where a _component A_ `yields` _component B_ and this one then needs to be used in _component C_:
2020

2121
```gjs
2222
import { hash } from '@ember/helper';

0 commit comments

Comments
 (0)