We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35411f2 commit b9279e8Copy full SHA for b9279e8
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