Skip to content

Commit

Permalink
Get rid of "our" (#8504)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanamatthews authored Nov 15, 2023
1 parent 58cbc70 commit 272e52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/guides/teams-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We recommend using a free [Sentry developer account](https://sentry.io/pricing/)

## List an Organization's Teams

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.
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.

### Find your organization ID

Expand Down Expand Up @@ -87,7 +87,7 @@ You can find your organization ID in the browser URL of your Sentry instance. Fo
The output gives you details about the teams within the specified organization.
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.
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.

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

Expand Down

1 comment on commit 272e52c

@vercel
Copy link

@vercel vercel bot commented on 272e52c Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

docs.sentry.io
sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev

Please sign in to comment.