diff --git a/modules/plugins/dashboard/startify/startify.nix b/modules/plugins/dashboard/startify/startify.nix index c33cfa01..696fda90 100644 --- a/modules/plugins/dashboard/startify/startify.nix +++ b/modules/plugins/dashboard/startify/startify.nix @@ -7,7 +7,7 @@ in { bookmarks = mkOption { default = []; - description = ''List of book marks to disaply on start page''; + description = ''List of book marks to display on start page''; type = listOf attrs; example = {"c" = "~/.vimrc";}; };