fixed typo in documentation
This commit is contained in:
parent
468f8491de
commit
885a0c5a0e
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue