diff --git a/README.md b/README.md index 4135ddea8c6209f05989e64ddc356a2244efbb03..929b77425f1b42452a4e38d8cfa540773dd54a79 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ scoop install crush
Nix (NUR) -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`: diff --git a/internal/cmd/login.go b/internal/cmd/login.go index 07cc90d320ebd4817474a1a14553558caca5e950..b38eaeed00ad1def862d83145f256bc219c27fda 100644 --- a/internal/cmd/login.go +++ b/internal/cmd/login.go @@ -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)) } diff --git a/internal/tui/components/dialogs/copilot/device_flow.go b/internal/tui/components/dialogs/copilot/device_flow.go index d3f792291e4bce77dc5ceacb1aa1200a111981dc..d8a2850c3ea151021958a07b350df879d1db4554 100644 --- a/internal/tui/components/dialogs/copilot/device_flow.go +++ b/internal/tui/components/dialogs/copilot/device_flow.go @@ -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,