Skip to content

Commit 022cbeb

Browse files
committed
Documentation typo fix. Closes hapijs#2601.
1 parent 6a78fb8 commit 022cbeb

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
@@ -874,7 +874,7 @@ exports.register = function (server, options, next) {
874874
register.attributes = {
875875
name: 'test',
876876
version: '1.0.0',
877-
dependency: 'yar'
877+
dependencies: 'yar'
878878
};
879879
```
880880

0 commit comments

Comments
 (0)