Skip to content

Commit 1710802

Browse files
authored
Merge pull request #125722 from changeworld/patch-108
Fix typo
2 parents cfa483b + e0afe21 commit 1710802

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/notification-hubs/ios-sdk-current.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@ configure push credentials in your notification hub. Even if you have no prior e
5858

5959
5. Add the Azure Notification Hubs SDK modules.
6060

61-
You can integrate the Azure Notification Hubs SDK into your app by using [Cocoapods](https://cocoapods.org/) or by manually adding the binaries to your project.
61+
You can integrate the Azure Notification Hubs SDK into your app by using [CocoaPods](https://cocoapods.org/) or by manually adding the binaries to your project.
6262

63-
- Integration via Cocoapods: Add the following dependencies to your podfile to include Azure Notification Hubs SDK in your app:
63+
- Integration via CocoaPods: Add the following dependencies to your podfile to include Azure Notification Hubs SDK in your app:
6464

6565
```ruby
6666
pod 'AzureNotificationHubs-iOS'
6767
```
6868

6969
- Run pod install to install your newly defined pod and open your .xcworkspace.
7070

71-
If you see an error such as **Unable to find a specification for AzureNotificationHubs-iOS** while running pod install, run `pod repo update` to get the latest pods from the Cocoapods repository, and then run pod install.
71+
If you see an error such as **Unable to find a specification for AzureNotificationHubs-iOS** while running pod install, run `pod repo update` to get the latest pods from the CocoaPods repository, and then run pod install.
7272

7373
- Integration via Carthage: Add the following dependencies to your Cartfile to include the Azure Notification Hubs SDK in your app:
7474

0 commit comments

Comments
 (0)