Skip to content

Commit f547410

Browse files
committed
typos
1 parent cf55c93 commit f547410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-management/api-management-howto-add-products.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ az apim product api delete --resource-group apim-hello-word-resource-group \
163163

164164
## Access to product APIs
165165

166-
After you publish a product, a developer can access the APIs. Depending on how the product is configured, they may need to subscribe to the product.
166+
After you publish a product, developers can access the APIs. Depending on how the product is configured, they may need to subscribe to the product for access.
167167

168168
* **Protected product** - Developers must first subscribe to a protected product to get access to the product's APIs. When they subscribe, they get a subscription key that can access any API in that product. If you created the API Management instance, you are an administrator already, so you are subscribed to every product by default. For more information, see [Subscriptions in Azure API Management](api-management-subscriptions.md).
169169

@@ -180,7 +180,7 @@ After you publish a product, a developer can access the APIs. Depending on how t
180180

181181
* If the open product exists, it then processes the request in the context of that open product. Policies and access control rules configured for the open product can be applied.
182182

183-
For more information, see [How API Management handles requests with or without subscription heys](api-management-subscriptions.md#how-api-management-handles-requests-with-or-without-subscription-keys).
183+
For more information, see [How API Management handles requests with or without subscription keys](api-management-subscriptions.md#how-api-management-handles-requests-with-or-without-subscription-keys).
184184

185185
## Next steps
186186

0 commit comments

Comments
 (0)