Skip to content

Commit 272e52c

Browse files
Get rid of "our" (#8504)
1 parent 58cbc70 commit 272e52c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/guides/teams-tutorial.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We recommend using a free [Sentry developer account](https://sentry.io/pricing/)
2323

2424
## List an Organization's Teams
2525

26-
First, you will use the [List an Organization's Teams](/api/teams/list-an-organizations-teams/) API to list all the teams in our organization.
26+
First, you will use the [List an Organization's Teams](/api/teams/list-an-organizations-teams/) API to list all the teams in your organization.
2727

2828
### Find your organization ID
2929

@@ -87,7 +87,7 @@ You can find your organization ID in the browser URL of your Sentry instance. Fo
8787

8888
The output gives you details about the teams within the specified organization.
8989

90-
If your organization has enough teams, the API will return paginated results. See our docs on [Pagination](/api/pagination/) to learn how to handle paginated results.
90+
If your organization has enough teams, the API will return paginated results. See Sentry's docs on [Pagination](/api/pagination/) to learn how to handle paginated results.
9191

9292
1. [Optional] To list information about the projects associated with each team you can set the `detailed` query parameter to `1`:
9393

0 commit comments

Comments
 (0)