Skip to content

Commit 319ad4d

Browse files
committed
fix missing word in query description
1 parent 4da62a7 commit 319ad4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/official-docs/opengraph/extensions/github/queries.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ This query can be imported into BloodHound from the [members-can-invite-outside-
403403

404404
## Organization Owners
405405

406-
Returns all users hold the organization owners role.
406+
Returns all users who hold the organization owners role.
407407

408408
```cypher
409409
MATCH p=(:GH_User)-[:GH_HasRole]->(:GH_OrgRole {short_name:'owners'})
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "GitHub: Organization Owners",
33
"query": "MATCH p=(:GH_User)-[:GH_HasRole]->(:GH_OrgRole {short_name:'owners'})\nRETURN p\nLIMIT 1000",
4-
"description": "Returns all users hold the organization owners role."
4+
"description": "Returns all users who hold the organization owners role."
55
}

0 commit comments

Comments
 (0)