From 139292ca8f813d59457122f15412510c629c3dc7 Mon Sep 17 00:00:00 2001 From: Brian Delahunty Date: Sat, 6 Dec 2014 20:55:18 -0800 Subject: [PATCH] Minor change: typo --- scss/foundation/components/_forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/components/_forms.scss b/scss/foundation/components/_forms.scss index 6a2602dfd..3222410b4 100644 --- a/scss/foundation/components/_forms.scss +++ b/scss/foundation/components/_forms.scss @@ -332,7 +332,7 @@ $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%) !default; display: none; } - // The custom arrow have some fake horizontal padding so we can align it + // The custom arrow has some fake horizontal padding so we can align it // from the right side of the element without relying on CSS3 background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+); -- 2.47.2