fixed typo in documentation

This commit is contained in:
Mia Rose Winter 2024-01-18 22:00:40 +01:00
parent 468f8491de
commit 885a0c5a0e
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -53,7 +53,7 @@
return Article;
}
// You cannot access your own drafts
// You can only access your own drafts
if (Article.Status is ArticleStatus.Draft) {
if (Article.Author.Id == principal.FindFirst("Id")!.Value) {
return Article;