Skip to content

Commit 3d961e7

Browse files
committed
chore: spell out organization
1 parent 80717fd commit 3d961e7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

gh-cli/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,20 +306,21 @@ Example:
306306
> [!NOTE]
307307
> This script uses a private preview API for enterprise teams, which may change without notice. Requires GitHub CLI (`gh`) to be installed and authenticated. You may need special permissions or token scopes to access enterprise team membership information.
308308
309-
### check-org-team-membership.sh
309+
310+
### check-organization-team-membership.sh
310311

311312
Checks if a user is a member of a specific team in an organization using the GitHub API.
312313

313314
Usage:
314315

315316
```shell
316-
./check-org-team-membership.sh <organization> <team-slug> <username>
317+
./check-organization-team-membership.sh <organization> <team-slug> <username>
317318
```
318319

319320
Example:
320321

321322
```shell
322-
./check-org-team-membership.sh my-organization security johndoe
323+
./check-organization-team-membership.sh my-organization security johndoe
323324
```
324325

325326
> [!NOTE]
File renamed without changes.

0 commit comments

Comments
 (0)