From 565037a914e72ed7e0a0e2689b6af1eb8bccf4a3 Mon Sep 17 00:00:00 2001 From: Justin Cron Date: Mon, 1 Jun 2015 13:17:32 -0700 Subject: [PATCH] Fixed typo --- less/mixins/hide-text.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/mixins/hide-text.less b/less/mixins/hide-text.less index c2315e572f..bc70118509 100644 --- a/less/mixins/hide-text.less +++ b/less/mixins/hide-text.less @@ -1,6 +1,6 @@ // CSS image replacement // -// Heads up! v3 launched with with only `.hide-text()`, but per our pattern for +// Heads up! v3 launched with only `.hide-text()`, but per our pattern for // mixins being reused as classes with the same name, this doesn't hold up. As // of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`. //