Skip to content

Commit 607b5e1

Browse files
committed
Minor typo: change it's to its
1 parent 1ccc10a commit 607b5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/api/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ type: api
752752

753753
- **Details:**
754754

755-
An alternative to string templates allowing you to leverage the full programmatic power of JavaScript. The render function receives a `createElement` method as it's first argument used to create `VNode`s.
755+
An alternative to string templates allowing you to leverage the full programmatic power of JavaScript. The render function receives a `createElement` method as its first argument used to create `VNode`s.
756756

757757
If the component is a functional component, the render function also receives an extra argument `context`, which provides access to contextual data since functional components are instance-less.
758758

0 commit comments

Comments
 (0)