Skip to content

Commit 796c8ca

Browse files
committed
docs: @xram review fixes - 2
1 parent 6b4da91 commit 796c8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/lazy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This ways — when your component is rendered for the first time — you
1111

1212
## Example
1313

14-
Below `MyComponent` will be resolved and renderer in place of `LazyMyComponent`.
14+
Below `MyComponent` will be resolved and rendered in place of `LazyMyComponent`.
1515

1616
```jsx
1717
const loader = () => new Promise(resolve => resolve(MyComponent));

0 commit comments

Comments
 (0)