Skip to content

Commit 56f11d4

Browse files
955646-Fixed-Spelling-Mistake
1 parent 7a0a8b6 commit 56f11d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

maui-toolkit/Calendar/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before proceeding, ensure the following are set up:
2626
2. Name the project and choose a location. Then click **Next**.
2727
3. Select the .NET framework version and click **Create**.
2828

29-
## Step 2: Install the Syncfusion<sup>&reg;</sup> .NET MAUI Calendar NuGet Package
29+
## Step 2: Install the Syncfusion<sup>&reg;</sup> .NET MAUI Toolkit NuGet Package
3030

3131
1. In **Solution Explorer,** right-click the project and choose **Manage NuGet Packages.**
3232
2. Search for [Syncfusion.Maui.Toolkit](https://www.nuget.org/packages/Syncfusion.Maui.Toolkit/) and install the latest version.
@@ -116,11 +116,11 @@ Before proceeding, ensure the following are set up:
116116
3. Select the project location, type the project name and press **Enter**.
117117
4. Then choose **Create project.**
118118

119-
## Step 2: Install the Syncfusion<sup>&reg;</sup> .NET MAUI Calendar NuGet Package
119+
## Step 2: Install the Syncfusion<sup>&reg;</sup> .NET MAUI Toolkit NuGet Package
120120

121121
1. Press <kbd>Ctrl</kbd> + <kbd>`</kbd> (backtick) to open the integrated terminal in Visual Studio Code.
122122
2. Ensure you're in the project root directory where your .csproj file is located.
123-
3. Run the command `dotnet add package Syncfusion.Maui.Calendar` to install the Syncfusion<sup>®</sup> .NET MAUI Calendar NuGet package.
123+
3. Run the command `dotnet add package Syncfusion.Maui.Toolkit` to install the Syncfusion<sup>®</sup> .NET MAUI Toolkit NuGet package.
124124
4. To ensure all dependencies are installed, run `dotnet restore`.
125125

126126
## Step 3: Register the handler

maui-toolkit/Cards/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Before proceeding, ensure the following are set up:
129129

130130
1. Press <kbd>Ctrl</kbd> + <kbd>`</kbd> (backtick) to open the integrated terminal in Visual Studio Code.
131131
2. Ensure you're in the project root directory where your .csproj file is located.
132-
3. Run the command `dotnet add package Syncfusion.Maui.Cards` to install the Syncfusion<sup>®</sup> .NET MAUI Cards NuGet package.
132+
3. Run the command `dotnet add package Syncfusion.Maui.Toolkit` to install the Syncfusion<sup>®</sup> .NET MAUI Toolkit NuGet package.
133133
4. To ensure all dependencies are installed, run `dotnet restore`.
134134

135135
## Step 3: Register the handler

0 commit comments

Comments
 (0)