From a7bfb1302142f0a9015bb93c29607f80d402948b Mon Sep 17 00:00:00 2001 From: Alexander Sokolov Date: Tue, 4 May 2021 22:49:28 +0300 Subject: [PATCH] Update global-api.md --- src/api/global-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/global-api.md b/src/api/global-api.md index b57477b20b..01d2ed518f 100644 --- a/src/api/global-api.md +++ b/src/api/global-api.md @@ -96,7 +96,7 @@ Accepts three arguments: `type`, `props` and `children` - **Details:** - An HTML tag name, a component or an async component. Using function returning null would render a comment. This parameter is required + An HTML tag name, a component, an async component, or a functional component. Using function returning null would render a comment. This parameter is required #### props