Skip to content

Commit

Permalink
Fix RestGetAction name typo
Browse files Browse the repository at this point in the history
This changes the name from docuemnt_get_action to document_get_action.

Relates #27266
  • Loading branch information
pickypg authored and jasontedor committed Nov 4, 2017
1 parent 5a0eafe commit 0fa577a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public RestGetAction(final Settings settings, final RestController controller) {

@Override
public String getName() {
return "docuemnt_get_action";
return "document_get_action";
}

@Override
Expand Down

0 comments on commit 0fa577a

Please sign in to comment.