Skip to content

Commit 03ded0a

Browse files
authored
Merge pull request Azure#415 from eltociear/patch-1
Fix typo
2 parents 2cfb306 + c653c8a commit 03ded0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-conceptual/azureadps-2.0/Cannot-find-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ Note that this approach works for all properties of objects. For a limited numbe
4343
```powershell
4444
Get-AzureADUser -SearchString "London"
4545
```
46-
This will return all users where one of the qualifying string attributes on the user object equals "London" - which would include users who's DisplayName equals "Jack London" or whre the Department equals "London".
46+
This will return all users where one of the qualifying string attributes on the user object equals "London" - which would include users who's DisplayName equals "Jack London" or where the Department equals "London".

0 commit comments

Comments
 (0)