@@ -55,7 +55,7 @@ scoop install crush
<details>
<summary><strong>Nix (NUR)</strong></summary>
-Crush is available via the offical Charm [NUR](https://github.com/nix-community/NUR) in `nur.repos.charmbracelet.crush`, which is the most up-to-date way to get Crush in Nix.
+Crush is available via the official Charm [NUR](https://github.com/nix-community/NUR) in `nur.repos.charmbracelet.crush`, which is the most up-to-date way to get Crush in Nix.
You can also try out Crush via the NUR with `nix-shell`:
@@ -168,7 +168,7 @@ func loginCopilot() error {
fmt.Println()
fmt.Println(lipgloss.NewStyle().Hyperlink(copilot.SignupURL, "id=copilot-signup").Render(copilot.SignupURL))
fmt.Println()
- fmt.Println("You may be able to request free access if elegible. For more information, see:")
+ fmt.Println("You may be able to request free access if eligible. For more information, see:")
fmt.Println()
fmt.Println(lipgloss.NewStyle().Hyperlink(copilot.FreeURL, "id=copilot-free").Render(copilot.FreeURL))
}
@@ -174,7 +174,7 @@ func (d *DeviceFlow) View() string {
freeMessage := lipgloss.NewStyle().
Margin(0, 1).
Width(d.width - 2).
- Render("You may be able to request free access if elegible. For more information, see:")
+ Render("You may be able to request free access if eligible. For more information, see:")
return lipgloss.JoinVertical(
lipgloss.Left,
message,