Skip to content

Commit 407aa49

Browse files
committed
docs: fix typo
1 parent e4ba183 commit 407aa49

File tree

1 file changed

+1
-1
lines changed
  • adminforth/documentation/docs/tutorial/07-Plugins

1 file changed

+1
-1
lines changed

adminforth/documentation/docs/tutorial/07-Plugins/05-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ To do this add avatar column to the user resource:
524524
role String
525525
created_at DateTime
526526
//diff-add
527-
avatar ?String
527+
avatar String?
528528
}
529529
```
530530

0 commit comments

Comments
 (0)