Skip to content

Commit c6181ca

Browse files
authored
fix: 'relationships' typo (#148)
1 parent 7c0e27f commit c6181ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lush_tutorial.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
local lush = require('lush')
5353

5454
-- Lush uses the HSL colorspace to define colors because it allows for
55-
-- more natural operations on colors and the relationalships between colors is
55+
-- more natural operations on colors and the relationships between colors is
5656
-- simpler to understand.
5757
--
5858
-- Instead of RGB where you specify red, green and blue components, HSL uses:

0 commit comments

Comments
 (0)