Skip to content

Commit

Permalink
Update doc/specs/#4191 - Formatted Copy/spec.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Carlos Zamora <[email protected]>
  • Loading branch information
cinnamon-msft and carlos-zamora authored Apr 1, 2020
1 parent e90193c commit b691666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/specs/#4191 - Formatted Copy/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ We could have a global setting that adds the formatting when the user copies. Wh

### Settings option 2 - key binding argument

We could add an argument to the `copy` key binding to allow for formatted copying when the user chooses to do so.
We could add an argument to the `copy` key binding argument to allow for formatted copying when the user chooses to do so.

## UI/UX Design

Expand Down

1 comment on commit b691666

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New misspellings found, please review:

  • VTE
To accept these changes, run the following commands
remove_obsolete_words=$(mktemp)
echo '#!/usr/bin/perl -ni
my $re=join "|", qw(
Impl
XY
);
next if /^($re)(?:$| .*)/;
print;' > $remove_obsolete_words
chmod +x $remove_obsolete_words
for file in .github/actions/spell-check/whitelist/alphabet.txt .github/actions/spell-check/whitelist/web.txt .github/actions/spell-check/whitelist/whitelist.txt; do $remove_obsolete_words $file; done
rm $remove_obsolete_words
(
echo "
impl
VTE
xy
"
) | sort -u -f | perl -ne 'next unless /./; print' > new_whitelist.txt && mv new_whitelist.txt '.github/actions/spell-check/whitelist/b6916665871d925f943dd344cf2d7dcaad312557.txt'

Please sign in to comment.