Skip to content

Commit 873fc1a

Browse files
committed
Fixed a typo
1 parent 11f9cef commit 873fc1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/templates/errorMessages.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ <h2 id="errors-defaults">App wide defaults</h2>
136136

137137
// Override default error messages
138138
xtFormConfigProvider.setErrorMessages({
139-
required 'Yo!, this will override the required message',
139+
required: 'Yo!, this will override the required message',
140140
someOtherKey: 'Here is a message for a custom validation directive'
141141
});
142142
});
143143
</pre>
144144
</div>
145-
</div>
145+
</div>

0 commit comments

Comments
 (0)