From 122783d4235c7af32bf34c1ccb9acbd01eeb8624 Mon Sep 17 00:00:00 2001 From: Alexander Sokolov Date: Mon, 1 May 2017 13:29:42 +0300 Subject: [PATCH] Fix typo in bundle-renderer.md --- en/bundle-renderer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/bundle-renderer.md b/en/bundle-renderer.md index 3c0b7cae..5d30dfac 100644 --- a/en/bundle-renderer.md +++ b/en/bundle-renderer.md @@ -47,7 +47,7 @@ server.get('*', (req, res) => { }) ``` -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. +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. ---