Skip to content

Commit 0cfe7bd

Browse files
authored
Update loading.md
brevity
1 parent affa155 commit 0cfe7bd

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)