Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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