Skip to content

Commit

Permalink
Merge pull request #494 from thegoleffect/develop
Browse files Browse the repository at this point in the history
fix typo from issue/491
  • Loading branch information
Eran Hammer committed Feb 7, 2013
2 parents 6f4106c + 67de70f commit 71ff8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ For example:
var Hapi = require('hapi');

var S = Hapi.Types.String;
var I = Hapi.Types.Int;
var I = Hapi.Types.Number;

var rules = {
username: S().required().alphanum().min(3).max(30).with('email'),
Expand Down

0 comments on commit 71ff8c3

Please sign in to comment.