Skip to content

Commit 193f6ee

Browse files
authored
Merge pull request #100 from NateEag/patch-1
Fix misspellings of 'delineation'
2 parents c72356a + 8d9e3da commit 193f6ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/requests/actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##### Actions
22

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

66
```
77
/resources/:resource/actions/:action
@@ -14,7 +14,7 @@ e.g. to stop a particular run:
1414
```
1515

1616
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
17+
a top-level actions delineation to avoid namespace conflicts and clearly show
1818
the scope of action:
1919

2020
```

0 commit comments

Comments
 (0)