chore: fix some typos

John Eismeier created

Change summary

README.md                                              | 2 +-
internal/cmd/login.go                                  | 2 +-
internal/tui/components/dialogs/copilot/device_flow.go | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Detailed changes

README.md 🔗

@@ -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`:
 

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))
 		}

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,