Skip to content

Commit

Permalink
Fix misspellings of 'delineation'
Browse files Browse the repository at this point in the history
  • Loading branch information
NateEag authored Aug 24, 2020
1 parent c72356a commit 8d9e3da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/requests/actions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##### Actions

Prefer endpoint configurations that don’t require special actions. In cases
where actions are needed, clearly dileanate them with the `actions` prefix:
where actions are needed, clearly delineate them with the `actions` prefix:

```
/resources/:resource/actions/:action
Expand All @@ -14,7 +14,7 @@ e.g. to stop a particular run:
```

Actions on collections should also be minimized. Where needed, they should use
a top-level actions dilenation to avoid namespace conflicts and clearly show
a top-level actions delineation to avoid namespace conflicts and clearly show
the scope of action:

```
Expand Down

0 comments on commit 8d9e3da

Please sign in to comment.