Skip to content

Commit a4e073e

Browse files
authored
fix: Spelling in hooks error message
Signed-off-by: Corey <[email protected]>
1 parent a37d1ee commit a4e073e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/HooksController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export class HooksController {
144144
if (aHook.functionName) {
145145
return this.getFunction(aHook.functionName).then(result => {
146146
if (result) {
147-
throw new Parse.Error(143, `function name: ${aHook.functionName} already exits`);
147+
throw new Parse.Error(143, `function name: ${aHook.functionName} already exists`);
148148
} else {
149149
return this.createOrUpdateHook(aHook);
150150
}

0 commit comments

Comments
 (0)