Skip to content

Commit

Permalink
Merge pull request #2267 from lpsinger/github-capitalization
Browse files Browse the repository at this point in the history
Fix capitalization of GitHub
  • Loading branch information
dakota002 committed May 7, 2024
2 parents 93d5c28 + 7a4a755 commit 4253077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/routes/docs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function () {
Email Data Flow
</NavLink>,
<NavLink key="project" to="contributing/project">
Github Project Board
GitHub Project Board
</NavLink>,
<NavLink key="testing" to="contributing/testing">
Testing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ function SchemaBody({
rel="external"
to={`https://github.com/nasa-gcn/gcn-schema/blob/${selectedVersion}/${path}`}
>
Github
GitHub
</Link>
</div>
{result.properties && (
Expand Down

0 comments on commit 4253077

Please sign in to comment.