Fix a typo in release notes

This commit is contained in:
1024jp 2018-01-21 23:25:59 +09:00
parent 56127389ef
commit 9e9dfa8ed1
4 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Change Log
### Fixes
- Fix an issue where CotEditor occasionally failed sending the standard input to a UNIX script launched from the Script menu.
- Fix an issue where the custom “Surrund Selection With” command in Text menu did not use the last input when OK button is pressed.
- Fix an issue where the custom “Surround Selection With” command in Text menu did not use the last input when OK button is pressed.
- Fix an issue where the editing state dots in the installed style list was not updated after editing syntax style.

View File

@ -35,7 +35,7 @@
<ul>
<li>Fix an issue where CotEditor occasionally failed sending the standard input to a UNIX script launched from the Script menu.</li>
<li>Fix an issue where the custom “Surrund Selection With” command in Text menu did not use the last input when OK button is pressed.</li>
<li>Fix an issue where the custom “Surround Selection With” command in Text menu did not use the last input when OK button is pressed.</li>
<li>Fix an issue where the editing state dots in the installed style list was not updated after editing syntax style.</li>
</ul>
</section>