Skip to content

Commit

Permalink
Merge pull request #27 from muzucode/patch-1
Browse files Browse the repository at this point in the history
Replace comma typo in docs with semicolon.
  • Loading branch information
cpaczek authored Apr 25, 2023
2 parents 33f50eb + 2125df8 commit 9c19862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/submitting-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Everything within the formData object will be sent as a notification and stored
fname: 'John',
lname: 'Doe',
}
let token = 'recaptcha token',
let token = 'recaptcha token';

axios.post('http://localhost:1337/api/ezforms/submit', {token, formData: form})
.then((res) => {
Expand Down

0 comments on commit 9c19862

Please sign in to comment.