Skip to content

Commit 6ff6030

Browse files
committed
fix grammar; clarify command action
1 parent 947d97f commit 6ff6030

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/guides/buttons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ actions:
9191

9292
### Button Properties
9393

94-
The YAML configuration of a button has must follow the following TypeScript interface.
94+
The YAML configuration of a button must adhere to the following TypeScript interface.
9595

9696
```ts
9797
interface ButtonConfig {

src/content/docs/reference/buttonActions/command.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Command
33
description: Command button action reference.
44
---
55

6-
The command action runs an obsidian command.
6+
The command action runs an obsidian command. The id of a command can be found using the `Meta Bind: Select and copy command id` command.
77

88
```ts
99
interface CommandButtonAction {

0 commit comments

Comments
 (0)