diff options
author | yutotnh <57719497+yutotnh@users.noreply.github.com> | 2022-06-13 16:34:46 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-13 15:34:46 +0800 |
commit | 3708ca8e2849ca7e36e6bd15ec6935a2a2d81e55 (patch) | |
tree | df00fd6d0407bd3dd996d71e123b45e159b9de61 /templates/swagger/v1_json.tmpl | |
parent | 5f136783d114b302eb2a42219e403624ef2abd93 (diff) | |
download | gitea-3708ca8e2849ca7e36e6bd15ec6935a2a2d81e55.tar.gz gitea-3708ca8e2849ca7e36e6bd15ec6935a2a2d81e55.zip |
fix: some typos (#19956)
Diffstat (limited to 'templates/swagger/v1_json.tmpl')
-rw-r--r-- | templates/swagger/v1_json.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index c23bcb2e9a..ecc17b51c8 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -7223,7 +7223,7 @@ }, { "type": "string", - "description": "Milestone state, Recognised values are open, closed and all. Defaults to \"open\"", + "description": "Milestone state, Recognized values are open, closed and all. Defaults to \"open\"", "name": "state", "in": "query" }, |