Skip to content

Commit

Permalink
Update docs/implementation.adoc
Browse files Browse the repository at this point in the history
Co-Authored-By: Liam Newman <bitwiseman@gmail.com>
  • Loading branch information
baymac and bitwiseman authored Sep 3, 2019
1 parent c8f47b0 commit a4c0df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/implementation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@ The basic starting point for a WebHook is an `UnprotectedRootAction`
@Extension
public class MySCMWebHook implements UnprotectedRootAction {
public static final String URL_NAME = "my-scm-hook";
public static final String ENPOINT = "notify";
public static final String ENDPOINT = "notify";
@Override
public String getIconFileName() {
return null;
Expand Down

0 comments on commit a4c0df0

Please sign in to comment.