Skip to content

Commit

Permalink
Update API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Dec 15, 2018
1 parent 61ccb77 commit 31728fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Expand Up @@ -951,7 +951,7 @@ const schema = Joi.object({
}).unknown(),
{
then: Joi.object({
bar: Joi.required()
bar: Joi.required()
})
}
);
Expand Down

0 comments on commit 31728fa

Please sign in to comment.