Commit 533df34
fix(command-development): remove inconsistent backtick escaping
The bash pre-execution syntax examples on lines 396-398 used escaped
backticks (!\`) while all other examples in the file use unescaped
backticks (!`). This creates visual inconsistency in the documentation.
Fixes #58
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 03f2cb4 commit 533df34
File tree
1 file changed
+2
-2
lines changed- plugins/plugin-dev/skills/command-development/references
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| |||
0 commit comments