Skip to content

Commit

Permalink
Update typo in faq.md
Browse files Browse the repository at this point in the history
Changing "terns" to "terms" on line 118
  • Loading branch information
mkwhalen authored Oct 2, 2019
1 parent 50eb863 commit a5c4bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/articles/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ For a good introduction to the use of XAML and MVVM patterns see [Microsoft's La
## What are the different flavors of XAML?
Over the years, Microsoft has been working on different implementations that use XAML for defining User Interfaces, and currently, three main flavors co-exist: WPF, UWP, Xamarin.Forms and the legacy Silverlight.

All these implementations use the same base XAML definition language, with minor differences in terns of the interpretation of the XML namespaces (`clr-namespace` vs. `using:`), and major differences in terms of the APIs used by the XAML parser.
All these implementations use the same base XAML definition language, with minor differences in terms of the interpretation of the XML namespaces (`clr-namespace` vs. `using:`), and major differences in terms of the APIs used by the XAML parser.

For instance, WPF has [`System.Windows.Controls.StackPanel`](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.stackpanel?redirectedfrom=MSDN&view=netframework-4.7.2), UWP
has [`Windows.UI.Xaml.Controls.StackPanel`](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Xaml.Controls.StackPanel) and Xamarin.Forms
Expand Down

0 comments on commit a5c4bc6

Please sign in to comment.