Skip to content

Commit ce3b98a

Browse files
authored
Merge pull request #1980 from alexandear/docs-github-typo
docs: fix typo in 'GitHub'
2 parents 28ddb00 + 03eaf62 commit ce3b98a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
# jq: required by test-templates.sh to determine download URL for nerdctl
170170
run: |
171171
set -x
172-
# Github runners seem to have lima installed by brew already; we don't want/need it
172+
# GitHub runners seem to have lima installed by brew already; we don't want/need it
173173
time brew uninstall --ignore-dependencies lima colima
174174
time brew install qemu bash coreutils curl jq
175175
- name: "Show cache"

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lima roadmap
22

3-
Instead of using a static text file, Lima uses the `roadmap` label on Github issues to designate features or bug fixes that we plan to implement.
3+
Instead of using a static text file, Lima uses the `roadmap` label on GitHub issues to designate features or bug fixes that we plan to implement.
44

55
Issues are tagged with the `roadmap` label when at least one maintainer or contributor has declared intent to work on or help with the implementation.
66

hack/test-port-forwarding.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
my $ipv4 = length $addr ? inet_ntoa($addr) : "127.0.0.1";
2828
my $ipv6 = ""; # todo
2929

30-
# macOS Github runners seem to use "localhost" as the hostname
30+
# macOS GitHub runners seem to use "localhost" as the hostname
3131
if ($ipv4 eq "127.0.0.1" && $Config{osname} eq "darwin") {
3232
$ipv4 = qx(system_profiler SPNetworkDataType -json | jq -r 'first(.SPNetworkDataType[] | select(.ip_address) | .ip_address) | first');
3333
chomp $ipv4;

website/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ enable = false
182182
enable = true
183183

184184
[[menus.main]]
185-
name = "Github"
185+
name = "GitHub"
186186
url = "https://github.com/lima-vm/lima"
187187
pre = '<i class="fab fa-github"></i>'
188188

0 commit comments

Comments
 (0)