Skip to content

Commit 55d5aa6

Browse files
committed
Fix typo
Signed-off-by: Stefan Weil <[email protected]>
1 parent ace259f commit 55d5aa6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

content/technical/api/group/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Creates (PUT) or updates (POST) groups.
8484

8585
Array of [groups](/en/technical/types/group).
8686

87-
## Ouput
87+
## Output
8888

8989
Array of [groups](/en/technical/types/group) that were updated.
9090

content/technical/api/message/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This call requires the `system.message` system right.
7474
Array of [messages](/en/technical/types/message). POST only updates fields
7575
that are set, leaving the rest as they currently are.
7676

77-
## Ouput
77+
## Output
7878

7979
Array of [messages](/en/technical/types/message) that were updated.
8080

content/technical/api/session/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ A JSON object containing the keys:
365365

366366
- `new_password`: the new password (string)
367367

368-
## Ouput
368+
## Output
369369

370370
The current [session](/en/technical/types/session).
371371

content/technical/api/user/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Creates (PUT) or updates (POST) users. The related "user collection" will be cre
103103

104104
Array of [users](/en/technical/types/user). Depending on the user rights, more or less information is available: see GET above.
105105

106-
## Ouput
106+
## Output
107107

108108
Array of [users](/en/technical/types/user) that were updated.
109109

content/technical/api/xmlmapping/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ See the following table for the definition of the options, that were used in the
428428
| `fields` | | Definition of fields in a tab |
429429
| `attributes` | | Specifiy used namespaces in the XML field |
430430
| `type` | `Hidden` | Hidden field, for example for options |
431-
| | `Ouput` | Label (how it is shown in the frontend) |
431+
| | `Output` | Label (how it is shown in the frontend) |
432432
| | `Input` | Field for the Input |
433433
| `xml_export` | `path` | Mapped metadata field, fully qualified name of the metadata tag |
434434
| | `list = true` | Multiple values can be written into the metadata field |

0 commit comments

Comments
 (0)