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:
@@ -30,7 +30,7 @@ import (
|
||||
type Label struct {
|
||||
// The unique, numeric id of this label.
|
||||
ID int64 `xorm:"bigint autoincr not null unique pk" json:"id" param:"label"`
|
||||
// The title of the lable. You'll see this one on tasks associated with it.
|
||||
// The title of the label. You'll see this one on tasks associated with it.
|
||||
Title string `xorm:"varchar(250) not null" json:"title" valid:"runelength(1|250)" minLength:"1" maxLength:"250"`
|
||||
// The label description.
|
||||
Description string `xorm:"longtext null" json:"description"`
|
||||
|
||||
@@ -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