Skip to content

Commit 2b84763

Browse files
authored
Fix typo in render-function-api.md (#1076)
1 parent 4aec4e4 commit 2b84763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/render-function-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This change will not affect `<template>` users.
1111

1212
Here is a quick summary of what has changed:
1313

14-
- `h` is now globally imported instead of passed to render functions as an arguments
14+
- `h` is now globally imported instead of passed to render functions as an argument
1515
- render function arguments changed to be more consistent between stateful and functional components
1616
- VNodes now have a flat props structure
1717

0 commit comments

Comments
 (0)