diff options
author | alex <alexmw777@gmail.com> | 2023-04-04 10:22:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 11:22:45 -0400 |
commit | e6685fc4ce0efa16ec93d5384e1081d03de91ccd (patch) | |
tree | c0e0e4a4c48678e06f6e31962fcdf96e5cf65769 /docs | |
parent | 67103eb2bc3cb73fab2363fda811c43b50ac9d89 (diff) | |
download | gitea-e6685fc4ce0efa16ec93d5384e1081d03de91ccd.tar.gz gitea-e6685fc4ce0efa16ec93d5384e1081d03de91ccd.zip |
docs: fix typo (#23924)
fixes a minor typo in the email templates page
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/administration/mail-templates.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/administration/mail-templates.en-us.md b/docs/content/doc/administration/mail-templates.en-us.md index a4dc7453ee..bc4b2ead30 100644 --- a/docs/content/doc/administration/mail-templates.en-us.md +++ b/docs/content/doc/administration/mail-templates.en-us.md @@ -39,7 +39,7 @@ Currently, the following notification events make use of templates: | `approve` | The head comment of a approving review for a pull request. | | `reject` | The head comment of a review requesting changes for a pull request. | | `code` | A single comment on the code of a pull request. | -| `assigned` | Used was assigned to an issue or pull request. | +| `assigned` | User was assigned to an issue or pull request. | | `default` | Any action not included in the above categories, or when the corresponding category template is not present. | The path for the template of a particular message type is: |