Skip to content

Commit 047366b

Browse files
Alex-Sokolovposva
authored andcommitted
Fix typo in bundle-renderer.md (#12)
1 parent df122dc commit 047366b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/bundle-renderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ server.get('*', (req, res) => {
4747
})
4848
```
4949

50-
When `rendertoString` is called on a bundle renderer, it will automatically execute the function exported by the bundle to create an app instance (passing `context` as the argument) , and then render it.
50+
When `renderToString` is called on a bundle renderer, it will automatically execute the function exported by the bundle to create an app instance (passing `context` as the argument) , and then render it.
5151

5252
---
5353

0 commit comments

Comments
 (0)