diff options
Diffstat (limited to 'doc/codelab/wiki/index.html')
-rw-r--r-- | doc/codelab/wiki/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/codelab/wiki/index.html b/doc/codelab/wiki/index.html index 171b9b74f..b8ae92058 100644 --- a/doc/codelab/wiki/index.html +++ b/doc/codelab/wiki/index.html @@ -904,7 +904,7 @@ If the <code>title</code> is valid, the enclosed handler function </p> <p> -Now we can wwrap the handler functions with <code>makeHandler</code> in +Now we can wrap the handler functions with <code>makeHandler</code> in <code>main</code>, before they are registered with the <code>http</code> package: </p> |