Skip to content

Commit

Permalink
Correct capitalization in installation documentation for Bun and Rebar3
Browse files Browse the repository at this point in the history
  • Loading branch information
enkerewpo authored and lpil committed Dec 23, 2024
1 parent 7b4d8de commit 42a20a2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions compiler-core/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ https://gleam.run/getting-started/installing/",
),
"rebar3" => text.push_str(
"
Documentation for installing rebar3 can be viewed here:
Documentation for installing Rebar3 can be viewed here:
https://rebar3.org/docs/getting-started/",
),
"deno" => text.push_str(
Expand All @@ -1118,7 +1118,7 @@ https://nodejs.org/en/download/package-manager/all/",
),
"bun" => text.push_str(
"
Documentation for installing bun can be viewed here:
Documentation for installing Bun can be viewed here:
https://bun.sh/docs/installation/",
),
"git" => text.push_str(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ expression: "err[0].text"
---
The program `bun` was not found. Is it installed?

Documentation for installing bun can be viewed here:
Documentation for installing Bun can be viewed here:
https://bun.sh/docs/installation/
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ expression: "err[0].text"
---
The program `bun` was not found. Is it installed?

Documentation for installing bun can be viewed here:
Documentation for installing Bun can be viewed here:
https://bun.sh/docs/installation/
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ The program `bun` was not found. Is it installed?

You can install Bun via homebrew: brew install oven-sh/bun/bun

Documentation for installing bun can be viewed here:
Documentation for installing Bun can be viewed here:
https://bun.sh/docs/installation/
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ expression: "err[0].text"
---
The program `rebar3` was not found. Is it installed?

Documentation for installing rebar3 can be viewed here:
Documentation for installing Rebar3 can be viewed here:
https://rebar3.org/docs/getting-started/
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ expression: "err[0].text"
---
The program `rebar3` was not found. Is it installed?

Documentation for installing rebar3 can be viewed here:
Documentation for installing Rebar3 can be viewed here:
https://rebar3.org/docs/getting-started/
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ The program `rebar3` was not found. Is it installed?

You can install Rebar3 via homebrew: brew install rebar3

Documentation for installing rebar3 can be viewed here:
Documentation for installing Rebar3 can be viewed here:
https://rebar3.org/docs/getting-started/

0 comments on commit 42a20a2

Please sign in to comment.