We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c72356a + 8d9e3da commit 193f6eeCopy full SHA for 193f6ee
en/requests/actions.md
@@ -1,7 +1,7 @@
1
##### Actions
2
3
Prefer endpoint configurations that don’t require special actions. In cases
4
-where actions are needed, clearly dileanate them with the `actions` prefix:
+where actions are needed, clearly delineate them with the `actions` prefix:
5
6
```
7
/resources/:resource/actions/:action
@@ -14,7 +14,7 @@ e.g. to stop a particular run:
14
15
16
Actions on collections should also be minimized. Where needed, they should use
17
-a top-level actions dilenation to avoid namespace conflicts and clearly show
+a top-level actions delineation to avoid namespace conflicts and clearly show
18
the scope of action:
19
20
0 commit comments