From 1e60887b5f2d1a5d65186fb736ebd9ab9227d107 Mon Sep 17 00:00:00 2001 From: Edmund Date: Sun, 9 Aug 2015 02:15:58 +0100 Subject: [PATCH] updating docs --- README.html | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.html b/README.html index ea5e98c..40a1776 100644 --- a/README.html +++ b/README.html @@ -264,7 +264,7 @@
Alias Mixin For Multiple Components }
Global Sub-Component Styles
-

By not passing a parameter to the sub-component() mixin, you can apply styles to all sub-components:

+

By not passing a parameter to the sub-component() mixin, you can apply styles to all sub-components of the parent component:

@include component(widget) {
 
     @include sub-component {
diff --git a/README.md b/README.md
index 52d8319..1770e5f 100644
--- a/README.md
+++ b/README.md
@@ -351,7 +351,7 @@ Sub-Components work like regular components, so you can add modifiers:
 
 ##### Global Sub-Component Styles
 
-By not passing a parameter to the `sub-component()` mixin, you can apply styles to all sub-components:
+By not passing a parameter to the `sub-component()` mixin, you can apply styles to all sub-components of the parent component:
 
 ```js
 @include component(widget) {