Skip to content

Commit 9222a8d

Browse files
authored
Merge pull request #135 from FractalHQ/patch-1
2 parents ce72862 + 0cfe7bd commit 9222a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/commands/loading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you want to load automatically from your file system you can pass in a string
88

99
```js
1010
const client = new JellyCommands({
11-
commands: 'src/commands' // This would mean it loads all commands in src/commands
11+
commands: 'src/commands' // Loads all commands in src/commands
1212
})
1313
```
1414

0 commit comments

Comments
 (0)