Skip to content

Edited gramatical Errors #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Submit bugs and suggestions by selecting the "👍🏾Feedback" control below th

### Edit in GitHub

Follow the guidance for [editing documentation in the browser][quick-edits]in our contributor guide.
Follow the guidance for [editing documentation in the browser][quick-edits] in our contributor guide.

## Pull requests

Expand Down
2 changes: 1 addition & 1 deletion docs/conceptual/manage-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ New User aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb NewUser@contoso.co
Get-EntraUser -All | Sort-Object -Property createdDateTime -Descending | Select-Object -First 5
```

The output lists recently deleted users.
The output lists the five recently created users.

```Output
DisplayName Id Mail UserPrincipalName
Expand Down