Skip to content

Commit baa7ce2

Browse files
committed
Merge pull request #362 from carchrae/carchrae-paren-fix
removed dangling closed paren
2 parents e0dcd09 + 2b363f4 commit baa7ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/errors.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ angular.module('schemaForm').provider('sfErrorMessage', function() {
77
// TODO: Humanize these.
88
var defaultMessages = {
99
'default': 'Field does not validate',
10-
0: 'Invalid type, expected {{schema.type}})',
10+
0: 'Invalid type, expected {{schema.type}}',
1111
1: 'No enum match for: {{value}}',
1212
10: 'Data does not match any schemas from "anyOf"',
1313
11: 'Data does not match any schemas from "oneOf"',

0 commit comments

Comments
 (0)