Skip to content

Commit 4e0f6a5

Browse files
Fixed typos in docs
1 parent 6b79a5c commit 4e0f6a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/features/note-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ JavaScript templates must return an object with:
196196
- `content` (required): The note content as a string
197197
- `filepath` (required): Custom file path for the note
198198
- NOTE: the path must be within the workspace.
199-
- A relative path will be resolved based on the `onReslativePath` command configuration.
199+
- A relative path will be resolved based on the `onRelativePath` command configuration.
200200
- An absolute path will be taken as is, if it falls within the workspace. Otherwise it will be considered to be from the workspace root
201201

202202
```javascript
@@ -226,7 +226,7 @@ STILL - PLEASE BE AWARE YOU ARE EXECUTING CODE ON YOUR MACHINE. THIS SANDBOX IS
226226

227227
## Markdown templates
228228

229-
Markdown templates are a simple way to notes
229+
Markdown templates are a simple way to create notes
230230

231231
**Use Markdown templates when you want to:**
232232

0 commit comments

Comments
 (0)