Skip to content

Commit d6fa392

Browse files
Merge pull request #11 from JarneVanAerde/patch-1
Corrected typo in README.md for part 3
2 parents 2b7bffc + f3643be commit d6fa392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Part 3 - Navigation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ In the **MauiPages** folder, you will find a **MonkeyRatingPage.xaml** and **Mon
303303

304304
Let's add a rating component to this page so we can rate each monkey!
305305

306-
1. If you're using the start-point project for this step the NuGet library is already installed, butif you're following along with your own project, make sure to install the [AlohaKit](https://github.com/jsuarezruiz/AlohaKit.Controls) library.
306+
1. If you're using the start-point project for this step the NuGet library is already installed, but if you're following along with your own project, make sure to install the [AlohaKit](https://github.com/jsuarezruiz/AlohaKit.Controls) library.
307307

308308
1. To use the `Rating` control from the AlohaKit library, we first need to add the right XML namespace in the `ContentPage` node. Make sure to add the `xmlns:alohakit` attribute as shown below.
309309

@@ -544,4 +544,4 @@ In Part 6 we will look at more advanced concepts. One of which is about sharing
544544

545545
During the course of this part we have mentioned a couple of times that the styling suddenly looks a bit different depending on the page. This is because the one page is a Razor page and is styled with HTML and CSS, and the other page is a .NET MAUI page which is styled with XAML. For this workshop code we simply made sure that all the colors are set to the same values, for your real-world app you probably want to define those colors once or implement implicit styling. This will make your code easier to maintain.
546546

547-
For now, platform features is the next topic for us to explore. Whenever you're ready, navigate to [Part 4](../Part%204%20-%20Platform%20Features/README.md) to begin the next module.
547+
For now, platform features is the next topic for us to explore. Whenever you're ready, navigate to [Part 4](../Part%204%20-%20Platform%20Features/README.md) to begin the next module.

0 commit comments

Comments
 (0)