From a22e97a2b1659b30d439286d64183a4911187868 Mon Sep 17 00:00:00 2001 From: Muhammad Hashim Date: Mon, 9 Dec 2024 19:31:39 +0200 Subject: [PATCH] typo in searching-users.md (#35590) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- content/search-github/searching-on-github/searching-users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/search-github/searching-on-github/searching-users.md b/content/search-github/searching-on-github/searching-users.md index a137ed8d46aa..1d739a0e48b4 100644 --- a/content/search-github/searching-on-github/searching-users.md +++ b/content/search-github/searching-on-github/searching-users.md @@ -34,7 +34,7 @@ With the `in` qualifier you can restrict your search to the username (`login`), | Qualifier | Example | ------------- | ------------- | `user:name` | [**user:octocat**](https://github.com/search?q=user%3Aoctocat&type=Users) matches the user with the username "octocat". -| `org:name` | [**org:electron type:users**](https://github.com/search?q=org%3Aelectron+type%3Ausers&type=Users) matches the Electron organization's account name. +| `org:name` | [**org:electron type:user**](https://github.com/search?q=org%3Aelectron+type%3Ausers&type=User) matches the Electron organization's account name. | `in:login` | [**kenya in:login**](https://github.com/search?q=kenya+in%3Alogin&type=Users) matches users with the word "kenya" in their username. | `in:name` | [**bolton in:name**](https://github.com/search?q=bolton+in%3Afullname&type=Users) matches users whose real name contains the word "bolton." | `fullname:firstname lastname` | [**fullname:nat friedman**](https://github.com/search?q=fullname%3Anat+friedman&type=Users) matches a user with the full name "Nat Friedman." Note: This search qualifier is sensitive to spacing.