Skip to content

Commit

Permalink
(docs) grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 19, 2024
1 parent c963d7d commit 7603040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ $('body').terminal({

### Completion

By default when you press `<TAB>` key, the terminal will insert a `TAB` key. You can make it complete the command,
By default, when you press `<TAB>` key, the terminal will insert a `TAB` key. You can make it complete the command,
you're typing. When using object as an interpreter (like in above examples) all you have to do is to set an option:
`completion: true`:

Expand Down

0 comments on commit 7603040

Please sign in to comment.