Skip to content

Commit 1d934e1

Browse files
Merge pull request #212466 from MayankBargali-MSFT/patch-86
(AzureCXP) fixed typo
2 parents d193a7a + 3b77bd7 commit 1d934e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/api-management-get-started-publish-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Enter the values from the following table. Then select **Create** to create your
6060
|---------|---------|---------|
6161
|**Name** | *demo-conference-api-v1* | Unique name in your API Management instance.<br/><br/>Because a version is in fact a new API based off an API's [revision](api-management-get-started-revise-api.md), this setting is the new API's name. |
6262
|**Versioning scheme** | **Path** | The way callers specify the API version. |
63-
|**Version identifer** | *v1* | Scheme-specific indicator of the version. For **Path**, the suffix for the API URL path. <br/><br/> If **Header** or **Query string** is selected, enter an additional value: the name of the header or query string parameter.<br/><br/> A usage example is displayed. |
63+
|**Version identifier** | *v1* | Scheme-specific indicator of the version. For **Path**, the suffix for the API URL path. <br/><br/> If **Header** or **Query string** is selected, enter an additional value: the name of the header or query string parameter.<br/><br/> A usage example is displayed. |
6464
|**Products** | **Unlimited** | Optionally, one or more products that the API version is associated with. To publish the API, you must associate it with a product. You can also [add the version to a product](#add-the-version-to-a-product) later. |
6565

6666
After creating the version, it now appears underneath **Demo Conference API** in the API List. You now see two APIs: **Original**, and **v1**.

0 commit comments

Comments
 (0)