Skip to content

Commit 91f9ec3

Browse files
author
gitName
committed
correction
1 parent 98aba6d commit 91f9ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/visual-studio-code-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ You need a subscription key for your API Management instance to test the importe
111111
### Test an API operation
112112

113113
1. In the Explorer pane, expand the **Operations** node under the *petstore* API that you imported.
114-
1. Select an operation such as *[GET] Finds pet by statis*, and then right-click the operation and select **Test Operation**.
114+
1. Select an operation such as *[GET] Find pet by ID*, and then right-click the operation and select **Test Operation**.
115115
1. In the editor window, substitute `5` for the `petId` parameter in the request URL.
116116
1. In the editor window, next to **Ocp-Apim-Subscription-Key**, replace `{{SubscriptionKey}}` with the subscription key that you copied.
117117
1. Select **Send request**.

0 commit comments

Comments
 (0)