Skip to content

Commit fc45c30

Browse files
apostolisanastasioudbarnett
authored andcommitted
Fixed 'to to' to 'to' (#116)
Too many to's in this commit.
1 parent b4aafd5 commit fc45c30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/codefmt.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The path to the google-java executable. Generally, this should have the form:
7070
Default: 'google-java-format' `
7171

7272
*codefmt:shfmt_options*
73-
Command line arguments to to feed shfmt. Either a list or callable that takes
73+
Command line arguments to feed shfmt. Either a list or callable that takes
7474
no args and returns a list with command line arguments. By default, uses the
7575
Google's style. See https://github.com/mvdan/sh for details.
7676
Default: ['-i', '2', '-sr', '-ci'] `
@@ -80,7 +80,7 @@ The path to the shfmt executable.
8080
Default: 'shfmt' `
8181

8282
*codefmt:prettier_options*
83-
Command line arguments to to feed prettier. Either a list or callable that
83+
Command line arguments to feed prettier. Either a list or callable that
8484
takes no args and returns a list with command line arguments.
8585
Default: [ '--single-quote', '--trailing-comma=all', '--arrow-parens=always',
8686
'--print-width=80'] `

instant/flags.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ call s:plugin.Flag('buildifier_executable', 'buildifier')
9595
call s:plugin.Flag('google_java_executable', 'google-java-format')
9696

9797
""
98-
" Command line arguments to to feed shfmt. Either a list or callable that
98+
" Command line arguments to feed shfmt. Either a list or callable that
9999
" takes no args and returns a list with command line arguments. By default, uses
100100
" the Google's style.
101101
" See https://github.com/mvdan/sh for details.
@@ -106,7 +106,7 @@ call s:plugin.Flag('shfmt_options', ['-i', '2', '-sr', '-ci'])
106106
call s:plugin.Flag('shfmt_executable', 'shfmt')
107107

108108
""
109-
" Command line arguments to to feed prettier. Either a list or callable that
109+
" Command line arguments to feed prettier. Either a list or callable that
110110
" takes no args and returns a list with command line arguments.
111111
call s:plugin.Flag('prettier_options', [
112112
\ '--single-quote', '--trailing-comma=all',

0 commit comments

Comments
 (0)