Skip to content

Commit b9279e8

Browse files
committed
Fixed typo in API.md
1 parent 35411f2 commit b9279e8

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)