mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-02-09 03:49:21 -06:00
docs fixtypo tab completion
Used tab completion in docs instead of tab-completion.
This commit is contained in:
@@ -161,11 +161,11 @@ You can also output the completion script using the `--stdout` option eg. `tom i
|
||||
|
||||
### Alternative installation methods
|
||||
|
||||
This section describes alternative installation methods for `bash` and `zsh` tab-completions.
|
||||
This section describes alternative installation methods for `bash` and `zsh` tab completions.
|
||||
|
||||
#### Static installation
|
||||
|
||||
Idea is to output the tab-completion to the file and then source it.
|
||||
Idea is to output the tab completion to the file and then source it.
|
||||
|
||||
<Tabs groupId={shell}>
|
||||
<TabItem value={bash} label={bash_label}>
|
||||
@@ -195,7 +195,7 @@ compdef _tom tom
|
||||
|
||||
#### Dynamic installation
|
||||
|
||||
Idea is to __avoid__ outputting the tab-completion to the file, so you `eval` the tab-completion source code right away.
|
||||
Idea is to __avoid__ outputting the tab completion to the file, so you `eval` the tab completion source code right away.
|
||||
|
||||
<Tabs groupId={shell}>
|
||||
<TabItem value={bash} label={bash_label}>
|
||||
|
||||
@@ -95,7 +95,7 @@ tom make:model Tagged --pivot-model --incrementing
|
||||
```
|
||||
|
||||
:::tip
|
||||
Writing a `make:model` commands is superb with the [tab-completion](/database/migrations.mdx#tab-completion).
|
||||
Writing a `make:model` commands is superb with the [tab completion](/database/migrations.mdx#tab-completion).
|
||||
:::
|
||||
|
||||
:::note
|
||||
|
||||
Reference in New Issue
Block a user