From ec2f321c8427fd8ca2241e47a8b9f8dbaa3607f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Avic=20Simmons?= Date: Mon, 29 Jun 2026 13:58:34 -0400 Subject: [PATCH] docs: fix 2 typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4552df..09f84b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Relativity Development Community Home -## Add/Remove Featured Repositores +## Add/Remove Featured Repositories To edit the featured repositories, add/remove or update the data/featured-repos.json with the desired repository information. Each featured repository must have an org and repository property. The org property should match the name property from one of the entries in the organizations array in the organizations.json file. The repository property should match the name of the GitHub repository. ## Add/Remove Repositories @@ -10,7 +10,7 @@ To edit the repositories, add/remove or update the data/repositories.json file w To add a new topic, insert the topic at the end of the array in the data/topics.json file. ## Add/Remove organizations -To add a new organization, insert the organization object at the end of the array in the data/organizatiions.json file. Each organization must have a name, GitHub organization name, and an authorType. The name property should be the display name. The GitHubOrgName property should be the official GitHub organization name. The authorType property should be one of the following types: +To add a new organization, insert the organization object at the end of the array in the data/organizations.json file. Each organization must have a name, GitHub organization name, and an authorType. The name property should be the display name. The GitHubOrgName property should be the official GitHub organization name. The authorType property should be one of the following types: - kcura - development partners - open source community