Skip to content

Commit

Permalink
Merge pull request #113 from FishEagle/main
Browse files Browse the repository at this point in the history
fix typo in code comment
  • Loading branch information
timunie authored Jan 11, 2025
2 parents 2b547d9 + 5ed3263 commit 4514c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Avalonia.Samples/CompleteApps/SimpleToDoList/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ We want our icons to become semi-transparent if a `Button` is disabled. We can u
<Application.Styles>
<!-- ... -->
<!-- This style will make the icon semi-transparent, it a button is disabled -->
<!-- This style will make the icon semi-transparent, if a button is disabled -->
<Style Selector="Button:disabled PathIcon">
<Setter Property="Opacity" Value="0.4" />
</Style>
Expand Down Expand Up @@ -772,4 +772,4 @@ If you want to explore more samples, please also visit https://github.com/Avalon
// visit: https://asciidoc.org
// visit: https://powerman.name/doc/asciidoc-compact

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

0 comments on commit 4514c2b

Please sign in to comment.