Skip to content

Commit

Permalink
Merge pull request #21 from jonathanlam/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
batzen authored Apr 24, 2022
2 parents 555eca3 + a10d063 commit 00bf0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/basic-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To setup the required resources you first have to add the following code to your
</Application.Resources>
```

After you have added the required resources you can start creating your first window containing a ribbon by creating a new window and then change the xaml code of that windo to the following.
After you have added the required resources you can start creating your first window containing a ribbon by creating a new window and then change the xaml code of that window to the following.
You can fully reuse the provided code if you name your window "MyFirstWindow" and your project "MyFirstRibbonProject".
If you happen to choose different names you have to adjust the names "MyFirstRibbonProject" and "MyFirstWindow" to your desired names.

Expand Down Expand Up @@ -120,4 +120,4 @@ The complete XAML code for your first window should then look like this:
</Fluent:RibbonWindow>
```

Continue adding content to the [Backstage](./controls/backstage).
Continue adding content to the [Backstage](./controls/backstage).

0 comments on commit 00bf0ee

Please sign in to comment.