From 722ca50d8bc0eca787e529de84fc6b2119f22525 Mon Sep 17 00:00:00 2001 From: Cory House Date: Mon, 12 Oct 2015 12:03:12 -0500 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9165ec8..26d840b 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,6 @@ gulp.src('./scss/*.scss') If you have a feature request/question how Sass works/concerns on how your Sass gets compiled/errors in your compiling, it's likely a `libsass` or `Sass` issue and you should file your issue with one of those projects. -If you're having problems with the options you're passing in, it's likely a `node-sass` or `libsass` issued and you should file your issue with one of those projects. +If you're having problems with the options you're passing in, it's likely a `node-sass` or `libsass` issue and you should file your issue with one of those projects. We may, in the course of resolving issues, direct you to one of these other projects. If we do so, please follow up by searching that project's issue queue (both open and closed) for your problem and, if it doesn't exist, filing an issue with them.