Copy pase can indeed be hard - Fixed spelling

This commit is contained in:
Niggl1999 2020-06-04 08:52:49 +02:00
parent ae910b216d
commit 6a613ea05c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ namespace ScrumTaskboard
{
public int id { get; set; }
public string title { get; set; }
public string conetent { get; set; }
public string content { get; set; }
public int priority { get; set; }
public int status { get; set; }
public int category { get; set; }