Spelling fix

This commit is contained in:
Jonathan Wren 2023-02-11 12:12:34 -08:00 committed by GitHub
parent f81b928fda
commit e7630b318b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ editor: "vim -c 'set viminfo= noswapfile noundofile nobackup nowritebackup noshe
To disable all plugins and custom configurations and start Vim with the default To disable all plugins and custom configurations and start Vim with the default
configuration `-u NONE` can be passed on the command line as well. This will configuration `-u NONE` can be passed on the command line as well. This will
ensure that any rouge plugins or other difficult to catch information leaks are ensure that any rogue plugins or other difficult to catch information leaks are
eliminated. The downside to this is that the editor experience will decrease eliminated. The downside to this is that the editor experience will decrease
quite a bit. quite a bit.