Skip to content

Commit

Permalink
plugins/obsidian: add missing word in description
Browse files Browse the repository at this point in the history
add missing word in description of option
`plugins.obsidian.settings.workspaces.*.path`
  • Loading branch information
ddogfoodd authored and nix-infra-bot committed Dec 17, 2024
1 parent 092e5ed commit e24e40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/by-name/obsidian/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {

path = mkOption {
type = with lib.types; maybeRaw str;
description = "The of the workspace.";
description = "The path of the workspace.";
};

overrides = opts;
Expand Down

0 comments on commit e24e40e

Please sign in to comment.