We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35411f2 + b9279e8 commit 88a2710Copy full SHA for 88a2710
API.md
@@ -464,7 +464,7 @@ var server = new Hapi.Server();
464
465
Adds a method to be called after all the plugin dependencies have been registered and before the
466
server starts (only called if the server is started) where:
467
-- `after` - the method with signature `function(server, next)` where:
+- `method` - the method with signature `function(server, next)` where:
468
- `server` - server object the `after()` method was called on.
469
- `next` - the callback function the method must call to return control over to the application
470
and complete the registration process. The function signature is `function(err)` where:
0 commit comments