Skip to content

Commit

Permalink
chore(customers): CUST-3623 remove passive voice
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacchen-bc committed Jan 24, 2025
1 parent 2c0acf1 commit ee45522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/customers.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ paths:
parameters:
- name: page
in: query
description: Page number (`page` will be ignored if `before` or `after` is provided in the request). For example `page=1`.
description: Page number (`page` will be ignored if you provide `before` or `after` in the request). For example `page=1`.
schema:
type: integer
- in: query
Expand Down Expand Up @@ -1462,7 +1462,7 @@ paths:
default: application/json
- name: page
in: query
description: Page number (`page` will be ignored if `before` or `after` is provided in the request). For example `page=1`.
description: Page number (`page` will be ignored if you provide `before` or `after` in the request). For example `page=1`.
schema:
type: integer
- in: query
Expand Down

0 comments on commit ee45522

Please sign in to comment.