Skip to content

Commit 88a2710

Browse files
author
Eran Hammer
committed
Merge pull request hapijs#2447 from mtharrison/API-update
Fixed typo in API.md
2 parents 35411f2 + b9279e8 commit 88a2710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ var server = new Hapi.Server();
464464

465465
Adds a method to be called after all the plugin dependencies have been registered and before the
466466
server starts (only called if the server is started) where:
467-
- `after` - the method with signature `function(server, next)` where:
467+
- `method` - the method with signature `function(server, next)` where:
468468
- `server` - server object the `after()` method was called on.
469469
- `next` - the callback function the method must call to return control over to the application
470470
and complete the registration process. The function signature is `function(err)` where:

0 commit comments

Comments
 (0)