Skip to content

Commit

Permalink
small wording changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeWilliams committed Dec 3, 2020
1 parent b42ebd0 commit 6c20357
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,11 @@ per-component. e.g. `renders_many :blog_posts`

#### Defining Slots

There's three logical varieties of slots:

- [Delegate Slots](#delegate-slots) - Used to render other components.
- [Lambda Slots](#lambda-slots) - Used to return strings or components to
render.
- [Lambda Slots](#lambda-slots) - Used to render strings or initialized
- components.
- [Pass through Slots](#pass-through-slots) - Used to pass content directly to a
component.

Expand Down

0 comments on commit 6c20357

Please sign in to comment.