From ae546b5f51a6697947ef06a42cbff9757662c5e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= <magallania@gmail.com>
Date: Mon, 7 Dec 2020 00:17:54 -0300
Subject: [PATCH] Fixed duplicate word and command on line 62

* fixed formatting in line 58
---
 docs/windows-installation.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/windows-installation.md b/docs/windows-installation.md
index 4dd5004b..86af20e3 100644
--- a/docs/windows-installation.md
+++ b/docs/windows-installation.md
@@ -55,11 +55,11 @@ npm install react-native-azurenotificationhub
 ![Add Existing Project](./img/AddExistingProject.png)
 
 * Assuming you've already installed `react-native-azurenotificationhub` with NPM, find and select `ReactWindowsAzureNotificationHub.csproj` in `.\node_modules\react-native-azurenotificationhub\windows\ReactWindowsAzureNotificationHub`.
-* Right-click the Windows Store app project, click ** Add > Reference**, and check `ReactWindowsAzureNotificationHub` from **Projects > Solution**.
+* Right-click the Windows Store app project, click **Add > Reference**, and check `ReactWindowsAzureNotificationHub` from **Projects > Solution**.
 
 ![Add Reference](./img/AddReference.png)
 
-* In **MainPage.cs** of your Windows Store app, add the the `ReactAzureNotificationHubPacakge` to your configured set of packages:
+* In **MainPage.cs** of your Windows Store app, add the `ReactAzureNotificationHubPackage` to your configured set of packages:
 
 ```c#
 using ReactWindowsAzureNotificationHub;