Skip to content

Commit 834c437

Browse files
Typo fix (#27046)
There was a typo in the Example 3 heading
1 parent f8c11d2 commit 834c437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceGraph/ResourceGraph/help/Get-AzResourceGraphQuery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ global SharedQuery-t01 microsoft.resourcegraph/queries
6161

6262
This command gets a resource graph query by name.
6363

64-
### Example 3: Get a resource graph query by objecy
64+
### Example 3: Get a resource graph query by object
6565
```powershell
6666
$query = New-AzResourceGraphQuery -ResourceGroupName azure-rg-test -Name query-t03 -Location 'global' -Query 'project id, name, type, location' -Description 'test'
6767
Get-AzResourceGraphQuery -InputObject $query

0 commit comments

Comments
 (0)