Skip to content

Commit 4514c2b

Browse files
authored
Merge pull request #113 from FishEagle/main
fix typo in code comment
2 parents 2b547d9 + 5ed3263 commit 4514c2b

File tree

1 file changed

+2
-2
lines changed
  • src/Avalonia.Samples/CompleteApps/SimpleToDoList

1 file changed

+2
-2
lines changed

src/Avalonia.Samples/CompleteApps/SimpleToDoList/README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ We want our icons to become semi-transparent if a `Button` is disabled. We can u
564564
<Application.Styles>
565565
<!-- ... -->
566566
567-
<!-- This style will make the icon semi-transparent, it a button is disabled -->
567+
<!-- This style will make the icon semi-transparent, if a button is disabled -->
568568
<Style Selector="Button:disabled PathIcon">
569569
<Setter Property="Opacity" Value="0.4" />
570570
</Style>
@@ -772,4 +772,4 @@ If you want to explore more samples, please also visit https://github.com/Avalon
772772
// visit: https://asciidoc.org
773773
// visit: https://powerman.name/doc/asciidoc-compact
774774

775-
// VS-Code has a great Add-In for Ascii docs: https://github.com/asciidoctor/asciidoctor-vscode/
775+
// VS-Code has a great Add-In for Ascii docs: https://github.com/asciidoctor/asciidoctor-vscode/

0 commit comments

Comments
 (0)