Skip to content

Commit 079ebe5

Browse files
authored
docs: fix argument name (#450)
1 parent a7302c7 commit 079ebe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/global-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ render() {
7171
7272
### Arguments
7373
74-
Accepts three arguments: `tag`, `props` and `children`
74+
Accepts three arguments: `type`, `props` and `children`
7575
76-
#### tag
76+
#### type
7777
7878
- **Type:** `String | Object | Function | null`
7979

0 commit comments

Comments
 (0)