mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
docs: fix typo (#1122)
This commit is contained in:
@@ -8175,7 +8175,7 @@ const docTemplate = `{
|
||||
"type": "integer"
|
||||
},
|
||||
"title": {
|
||||
"description": "The title of the lable. You'll see this one on tasks associated with it.",
|
||||
"description": "The title of the label. You'll see this one on tasks associated with it.",
|
||||
"type": "string",
|
||||
"maxLength": 250,
|
||||
"minLength": 1
|
||||
|
||||
@@ -8167,7 +8167,7 @@
|
||||
"type": "integer"
|
||||
},
|
||||
"title": {
|
||||
"description": "The title of the lable. You'll see this one on tasks associated with it.",
|
||||
"description": "The title of the label. You'll see this one on tasks associated with it.",
|
||||
"type": "string",
|
||||
"maxLength": 250,
|
||||
"minLength": 1
|
||||
|
||||
@@ -353,7 +353,7 @@ definitions:
|
||||
description: The unique, numeric id of this label.
|
||||
type: integer
|
||||
title:
|
||||
description: The title of the lable. You'll see this one on tasks associated
|
||||
description: The title of the label. You'll see this one on tasks associated
|
||||
with it.
|
||||
maxLength: 250
|
||||
minLength: 1
|
||||
|
||||
Reference in New Issue
Block a user