awesome-inc / FontAwesome.Sharp

A library for using Font Awesome in WPF & Windows Forms applications
Apache License 2.0
376 stars 87 forks source link

Typo in the .md file for WPF ribbon usage #94

Closed Spydee closed 1 year ago

Spydee commented 2 years ago

Describe the bug There is a missing right brace in the doc for using with the WPF ribbon. Below is the section with the typo. The last line has the typo.

mageSource (RibbonButton) {fa:IconSource [Icon]} When you are restricted to ImageSource like with the WPF Ribbon control you can use the IconSource markup extension like:

I believe there should be a curly brace after the word Red on the line above. At least that is what made it work for me.

Newbie to GIT