Skip to content

Commit 9e39a0a

Browse files
docs: fix README typo (#629)
Co-authored-by: rohan436 <[email protected]>
1 parent 9856c04 commit 9e39a0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ thatColor := lightDark(lipgloss.Color("#37CD96"), lipgloss.Color("#22C78A"))
893893
a := lipgloss.NewStyle().Foreground(thisColor).Render("this")
894894
b := lipgloss.NewStyle().Foreground(thatColor).Render("that")
895895

896-
// Render the appriate colors at runtime:
896+
// Render the appropriate colors at runtime:
897897
lipgloss.Fprintf(os.Stderr, "my fave colors are %s and %s", a, b)
898898
```
899899

0 commit comments

Comments
 (0)