Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit a139cb0

Browse files
authored
Merge pull request #593 from l1br3/patch-1
missing ")" in doc
2 parents 6acf956 + 54dcae0 commit a139cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export function checkAvailability(username) {
169169
.then((response) => {
170170
dispatch(actions.setValidity('user.username', {
171171
available: response.available
172-
});
172+
}));
173173

174174
dispatch(actions.setPending('user.username', false));
175175
});

0 commit comments

Comments
 (0)