Skip to content

Commit a166d48

Browse files
committed
fix(home/docs): Pedantic fix for product names
1 parent 8cb06d4 commit a166d48

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ service running in the Machine VM.
2727

2828
Podman can be downloaded from the [Podman.io](https://podman.io) website.
2929

30-
We also upload the installers and other binaries on our [Github release page](https://github.com/containers/podman/releases).
30+
We also upload the installers and other binaries on our [GitHub release page](https://github.com/containers/podman/releases).
3131

3232
</details>
3333

@@ -61,7 +61,7 @@ You can then verify the installation information using:
6161
podman info
6262
```
6363

64-
We also provide binaries and a pkginstaller on our [Github release page](https://github.com/containers/podman/releases)
64+
We also provide binaries and a pkginstaller on our [GitHub release page](https://github.com/containers/podman/releases)
6565

6666
### Windows
6767

static/data/home.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const compatibleTools = {
6767
tools: [
6868
{
6969
title: 'VS Code',
70-
description: 'Visual Studio code includes Podman support',
70+
description: 'Visual Studio Code includes Podman support',
7171
image: { path: 'logos/optimized/vscode-logo-75w-75h.webp', alt: 'VS Code Logo' },
7272
},
7373
{
@@ -76,9 +76,9 @@ const compatibleTools = {
7676
image: { path: 'logos/optimized/cirrus-logo-75w-75h.webp', alt: 'Cirrus Logo' },
7777
},
7878
{
79-
title: 'Github Actions',
79+
title: 'GitHub Actions',
8080
description: 'GitHub Actions include support for Podman, as well as friends buildah and skopeo',
81-
image: { path: 'logos/optimized/github-logo-115w-115h.webp', alt: 'Github Logo' },
81+
image: { path: 'logos/optimized/github-logo-115w-115h.webp', alt: 'GitHub Logo' },
8282
},
8383
{
8484
title: 'Kind',

0 commit comments

Comments
 (0)