Skip to content

Commit 65c2f28

Browse files
Merge pull request #198 from johnjago/woocommerce/fix/an-typo
Fix a typo related to a/an usage
2 parents c105f7f + a7d4966 commit 65c2f28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/includes/wp-api-v2/_shipping-methods.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The shipping methods API allows you to view individual shipping methods.
1010
| `title` | string | Shipping method title. <i class="label label-info">read-only</i> |
1111
| `description` | string | Shipping method description. <i class="label label-info">read-only</i> |
1212

13-
## Retrieve an shipping method ##
13+
## Retrieve a shipping method ##
1414

1515
This API lets you retrieve and view a specific shipping method.
1616

source/includes/wp-api-v3/_shipping-methods.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The shipping methods API allows you to view individual shipping methods.
1010
| `title` | string | Shipping method title. <i class="label label-info">read-only</i> |
1111
| `description` | string | Shipping method description. <i class="label label-info">read-only</i> |
1212

13-
## Retrieve an shipping method ##
13+
## Retrieve a shipping method ##
1414

1515
This API lets you retrieve and view a specific shipping method.
1616

0 commit comments

Comments
 (0)