diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/codelab/wiki/index.html | 2 | ||||
-rw-r--r-- | doc/codelab/wiki/wiki.html | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/doc/codelab/wiki/wiki.html b/doc/codelab/wiki/wiki.html index b3525f73b..b5d7c8955 100644 --- a/doc/codelab/wiki/wiki.html +++ b/doc/codelab/wiki/wiki.html @@ -717,7 +717,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> |