Skip to content

Commit 923beb5

Browse files
authored
chore(docs): correct casing of GitHub (#12583)
1 parent 1e82c4c commit 923beb5

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

app/not-found.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function NotFound() {
3535
<div className="pt-8 flex gap-4">
3636
<Button variant="solid" size="3" asChild>
3737
<a href={reportUrl} target="_blank" rel="noreferrer">
38-
Report 404 on Github
38+
Report 404 on GitHub
3939
</a>
4040
</Button>
4141
<Button variant="soft" size="3" asChild>

apps/changelog/src/app/not-found.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function NotFound() {
1717
target="_blank"
1818
rel="noreferrer"
1919
>
20-
Report 404 on Github
20+
Report 404 on GitHub
2121
</a>
2222
</Button>
2323
</div>

develop-docs/engineering-practices/code-review.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Please be pragmatic, and consider the cost of each incremental request for chang
204204

205205
- We’re a team – *[we ride together, we die together](https://www.youtube.com/watch?v=1d5Q0vXbODs)* – and you need to unblock other developers so that we can all move forward.
206206
- We recommend checking for open code reviews at the start and end of every day.
207-
- [Github's Review Requests tab](https://github.com/pulls/review-requested) can be a helpful place to keep track of these.
207+
- [GitHub's Review Requests tab](https://github.com/pulls/review-requested) can be a helpful place to keep track of these.
208208

209209
### Example of a *pretty good* code review
210210

develop-docs/integrations/github.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_title: GitHub
55

66
## Create a GitHub App
77

8-
To configure the GitHub integration you'll need to create a GitHub app and obtain credentials. Installation will fail if your Github App's name contains spaces.
8+
To configure the GitHub integration you'll need to create a GitHub app and obtain credentials. Installation will fail if your GitHub App's name contains spaces.
99

1010
<Alert level="warning">
1111
The GitHub App name and GitHub Org Slug must not contain any spaces.

develop-docs/sdk/platform-specifics/javascript-sdks/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This Section contains JavaScript SDK-specific information that's useful for deve
99
If you're looking to contribute new features to the SDK or want to understand what data you can consume from the JS SDK, this is the right place to start.
1010
The JS SDK team encourages community or cross-team contributions to the SDK and is happy to help you get started.
1111

12-
Please reach out to the SDK team (on [Github](https://github.com/getsentry/sentry-javascript) or internally in Slack `#discuss-javascript`) if you have questions, concerns or plan on building a larger feature.
12+
Please reach out to the SDK team (on [GitHub](https://github.com/getsentry/sentry-javascript) or internally in Slack `#discuss-javascript`) if you have questions, concerns or plan on building a larger feature.
1313

1414
<Alert level="warning">
1515

develop-docs/sdk/platform-specifics/serverless-sdks/aws-lambda.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Both these layers include the latest Sentry JavaScript SDK (or Python SDK).
4747
### Building of the Python Layer
4848

4949
The contents of the Layer directory for the Python layer are built during the
50-
"CI" workflow in Github actions. The steps necessary can be found
50+
"CI" workflow in GitHub actions. The steps necessary can be found
5151
[here](https://github.com/getsentry/sentry-python/blob/master/.github/workflows/ci.yml).
5252

5353
This will prepare the Lambda layer directory, compress everything and upload the resulting zip file as
@@ -65,7 +65,7 @@ release of the Python SDK.
6565
### Building of the JavaScript/Node Layer
6666

6767
The contents of the Layer directory for the JavaScript/Node layer are built during the
68-
"Build & Test" workflow in Github actions. The steps necessary can be found
68+
"Build & Test" workflow in GitHub actions. The steps necessary can be found
6969
[here](https://github.com/getsentry/sentry-javascript/blob/master/.github/workflows/build.yml).
7070

7171
This will prepare the Lambda layer directory, compress everything and upload the resulting zip file as

docs/organization/integrations/source-code-mgmt/github/index.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -280,15 +280,15 @@ This feature requires [code mappings](/product/issues/suspect-commits/#2-set-up-
280280

281281
### Missing Member Detection
282282

283-
If there are users committing to Github repositories linked to Sentry and they're not members of your organization, Sentry detects them as missing members. Once a month, Sentry sends organization owners and managers an email reminding them to invite those users to join their org. Sentry also shows a banner to invite missing members in the **Settings > Members** page.
283+
If there are users committing to GitHub repositories linked to Sentry and they're not members of your organization, Sentry detects them as missing members. Once a month, Sentry sends organization owners and managers an email reminding them to invite those users to join their org. Sentry also shows a banner to invite missing members in the **Settings > Members** page.
284284

285-
![Github missing members invite banner](./img/github-missing-members-banner.png)
285+
![GitHub missing members invite banner](./img/github-missing-members-banner.png)
286286

287287
The banner shows the 5 most active contributors that are not yet in the organization. To see all missing members (up to 50), click "View All" in the banner. To snooze the banner, click the ellipsis, then select "Hide Missing Members".
288288

289289
Clicking "View All" on the invite banner will display the invite modal. From here, you can select multiple users and assign roles and teams before inviting them.
290290

291-
![Github missing members invite modal](./img/github-missing-members-modal.png)
291+
![GitHub missing members invite modal](./img/github-missing-members-modal.png)
292292

293293
By default, this feature is automatically enabled once your GitHub integration has been set up. To disable it, go to **Settings > Integrations > GitHub** and toggle it off.
294294

docs/platforms/javascript/common/session-replay/configuration.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ To solve these problems, we provide the ability to use a custom worker script. T
125125

126126
Follow these steps in order to use a custom compression worker:
127127

128-
1. Download the [example worker script](https://github.com/getsentry/sentry-javascript/blob/develop/packages/replay-worker/examples/worker.min.js) from our Github repository.
128+
1. Download the [example worker script](https://github.com/getsentry/sentry-javascript/blob/develop/packages/replay-worker/examples/worker.min.js) from our GitHub repository.
129129
2. Host this worker script on the same domain as your application. For example, if your application is hosted at `https://example.com`, you could host the worker script at `https://example.com/assets/worker.min.js`.
130130
3. Configure your custom worker script in Replay:
131131

docs/product/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Our [**LLM Monitoring**](/product/insights/llm-monitoring/) feature gives you in
6767
Sentry provides many [**integrations**](/organization/integrations/) to support a seamless developer workflow, including:
6868

6969
- [Source code management](/organization/integrations/source-code-mgmt/), code mapping, code owners, and suspect commits with GitHub, GitLab, Azure DevOps, and Bitbucket.
70-
- [Issue tracking](/organization/integrations/issue-tracking/) with Jira, Github, and many other tools.
70+
- [Issue tracking](/organization/integrations/issue-tracking/) with Jira, GitHub, and many other tools.
7171
- [Alerts and notifications](/organization/integrations/notification-incidents/) with Slack, Discord, PagerDuty, and more.
7272

7373
### SDK Support for Over 100 Platforms

docs/product/insights/frontend/assets.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The following tokens will be replaced with \* within a asset url
120120

121121
Asset parametrization is still a work-in-progress. As these improvements are made, you will will temporarily see instances of the new and old groupings in your Asset Module.
122122

123-
Let us know of any feedback through Github Issues.
123+
Let us know of any feedback through GitHub Issues.
124124

125125
</Alert>
126126

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Alert>
22

33
Sentry Uptime Monitoring is currently in open beta, so be gentle - features are still in-progress and may have bugs. We recognize the irony.
4-
For any questions or feedback, you can reach us on [Github Discussions](https://github.com/getsentry/sentry/discussions/78100).
4+
For any questions or feedback, you can reach us on [GitHub Discussions](https://github.com/getsentry/sentry/discussions/78100).
55

66
</Alert>

0 commit comments

Comments
 (0)