Skip to content

Commit

Permalink
Merge pull request #133 from unoplatform/Youssef1313/docs-typo
Browse files Browse the repository at this point in the history
docs: Fix typo
  • Loading branch information
jeromelaban authored Nov 8, 2023
2 parents d26ff55 + 349123c commit 89aae0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/using-xamlmerge.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This code is derived from WinUI's [`BatchMergeXaml`](https://github.com/microsof
## Why merge ResourceDictionary instances ?
This task is generally used to allow for separate resource dictionary authoring (which makes them easier to load and read) to avoid impacting resources lookup runtime performance. In WinUI, ResourceDictionary resolution is performed through a graph traversal of MergedDictionaries, which generally implies that a worse case resolution can require as many lookups as there are dictionaries.

To limit the impact of the traversal, this task task takes all resource dictionaries found in a specific MSBuild item group, and merges them into a single file. This file is then generally either named `Themes\Generic.xaml` or referenced as a merged dictionary from another `Themes\Generic.xaml` file.
To limit the impact of the traversal, this task takes all resource dictionaries found in a specific MSBuild item group, and merges them into a single file. This file is then generally either named `Themes\Generic.xaml` or referenced as a merged dictionary from another `Themes\Generic.xaml` file.

## Using the task

Expand Down Expand Up @@ -76,4 +76,4 @@ In this case, the project file must be defined as follows:
In this case, the `XamlMergeOutputFile` cannot be used, as the `XamlMergeOutputFiles` is defined.

## Further reading
- [Troubleshooting the generation](troubleshooting.md)
- [Troubleshooting the generation](troubleshooting.md)

0 comments on commit 89aae0c

Please sign in to comment.