Autocorrect

This commit is contained in:
Sven Weidauer 2024-06-16 18:00:51 +02:00
parent 40fe55854a
commit c67ebcf1bb
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ parser = OptionParser.new do |opt|
<<~DOC
Shell command to format files, will run once per file. Occurrences of the placeholder `{}` will \
be replaced with a path to the file being formatted. \
(Example: "prettier --stdin-filepath \'{}\'")
(Example: "prettier --stdin-filepath '{}'")
DOC
) do |o|
parameters[:formatter] = o