From ac3be9cc96def85159db9a272f51fef3d825a8b0 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Sat, 6 Apr 2019 18:41:55 -0700 Subject: Fix comment --- src/sunlight-theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunlight-theme.js b/src/sunlight-theme.js index a65f6e6..8493356 100644 --- a/src/sunlight-theme.js +++ b/src/sunlight-theme.js @@ -15,7 +15,7 @@ export const SunlightTheme = ({ children, middleware }) => { const [lightLevel] = useSunlight() const theme = { lightLevel } // if we have at least one middleware function, - // them in a pipe (left to right), + // apply them in a pipe (left to right) const transformedTheme = middleware && middleware.length ? pipe(...middleware)(theme) : theme return {children} -- cgit v1.2.3