Skip to content

Commit d1ca121

Browse files
authored
Correct typo in ObsidianPasteImg's description (#667)
* fix: corrects typo on ObsidianPasteImg's description * docs: updates changelog
1 parent 4da7846 commit d1ca121

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
### Fixed
2020

2121
- Fixed an edge case with collecting backlinks.
22+
- Fixed typo in `ObsidianPasteImg`'s command description
2223

2324
## [v3.9.0](https://github.com/epwalsh/obsidian.nvim/releases/tag/v3.9.0) - 2024-07-11
2425

lua/obsidian/commands/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ M.register(
179179

180180
M.register(
181181
"ObsidianPasteImg",
182-
{ opts = { nargs = "?", complete = "file", desc = "Paste and image from the clipboard" } }
182+
{ opts = { nargs = "?", complete = "file", desc = "Paste an image from the clipboard" } }
183183
)
184184

185185
M.register(

0 commit comments

Comments
 (0)