Skip to content
Snippets Groups Projects
Commit 0ef35c32 authored by Taras Lazariv's avatar Taras Lazariv
Browse files

Fix linter

parent 2d065dbf
No related branches found
No related tags found
3 merge requests!446docs: Add Jupyter Teaching Example,!445Automated merge from preview to main,!405Resolve "There is nothing about ZSH"
...@@ -62,7 +62,8 @@ setopt correct_all ...@@ -62,7 +62,8 @@ setopt correct_all
ENABLE_CORRECTION="true" ENABLE_CORRECTION="true"
``` ```
in `~/.zshrc` you get correction suggestions when the shell thinks that it might be what you want, e.g. when a command in `~/.zshrc` you get correction suggestions when the shell thinks
that it might be what you want, e.g. when a command
is expected to be handed an existing file. is expected to be handed an existing file.
![Correction suggestion](misc/zsh_typo.png) ![Correction suggestion](misc/zsh_typo.png)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment