Skip to content

Commit b68e789

Browse files
docs: fix typo (#1679)
* docs: fix typo * Update src/api/built-in-components.md Co-authored-by: skirtle <65301168+skirtles-code@users.noreply.github.com> Co-authored-by: skirtle <65301168+skirtles-code@users.noreply.github.com>
1 parent 62caca6 commit b68e789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/built-in-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Provides animated transition effects to a **single** element or component.
2929
interface TransitionProps {
3030
/**
3131
* Used to automatically generate transition CSS class names.
32-
* e.g. `name: fade'` will auto expand to `.fade-enter`,
32+
* e.g. `name: 'fade'` will auto expand to `.fade-enter`,
3333
* `.fade-enter-active`, etc.
3434
*/
3535
name?: string

0 commit comments

Comments
 (0)