plugins/obsidian: add missing word in description

add missing word in description of option
`plugins.obsidian.settings.workspaces.*.path`
This commit is contained in:
Jost Alemann 2024-12-17 20:13:36 +01:00 committed by nix-infra-bot
parent 092e5ed56a
commit e24e40e5f1

View file

@ -210,7 +210,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
path = mkOption { path = mkOption {
type = with lib.types; maybeRaw str; type = with lib.types; maybeRaw str;
description = "The of the workspace."; description = "The path of the workspace.";
}; };
overrides = opts; overrides = opts;