File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
docs/guides/200-basic_building_blocks Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ onclick emit: 'my-event' do
426426end
427427```
428428
429- Read more about the [ transition component] ( /docs/api/100-components/onclick.md ) .
429+ Read more about the [ onclick component] ( /docs/api/100-components/onclick.md ) .
430430
431431** toggle**
432432
@@ -439,7 +439,7 @@ toggle show_on: 'my-event', hide_after: 2000 do
439439end
440440```
441441
442- Read more about the [ transition component] ( /docs/api/100-components/toggle.md ) .
442+ Read more about the [ toggle component] ( /docs/api/100-components/toggle.md ) .
443443
444444** action**
445445
@@ -475,20 +475,20 @@ In the example above, clicking the "Delete" button will trigger an asynchronous
475475
476476We recommend defining the expected hash parameter for ` action ` components in a method, because they can get quite large.
477477
478- Read more about the [ transition component] ( /docs/api/100-components/action.md ) .
478+ Read more about the [ action component] ( /docs/api/100-components/action.md ) .
479479
480480** forms**
481481
482- Read more about the [ transition component] ( /docs/api/100-components/forms.md ) .
482+ Read more about the [ forms component] ( /docs/api/100-components/forms.md ) .
483483
484484** async**
485485
486- Read more about the [ transition component] ( /docs/api/100-components/async.md ) .
486+ Read more about the [ async component] ( /docs/api/100-components/async.md ) .
487487
488488** isolated**
489489
490- Read more about the [ transition component] ( /docs/api/100-components/isolated.md ) .
490+ Read more about the [ isolated component] ( /docs/api/100-components/isolated.md ) .
491491
492492** collection**
493493
494- Read more about the [ transition component] ( /docs/api/100-components/collection.md ) .
494+ Read more about the [ collection component] ( /docs/api/100-components/collection.md ) .
You can’t perform that action at this time.
0 commit comments