From 01bf367b65ef34752c898729749d6f6b898bd7c4 Mon Sep 17 00:00:00 2001 From: David Greenspan Date: Sat, 13 Jul 2013 17:39:50 -0700 Subject: [PATCH] minor wording tweaks --- packages/spacebars/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/spacebars/README.md b/packages/spacebars/README.md index 55a844d688..bc52ab97cb 100644 --- a/packages/spacebars/README.md +++ b/packages/spacebars/README.md @@ -21,7 +21,7 @@ A basic double-stache tag consists of an identifier or a dotted path (see Paths

``` -Double-stache tags may be used at the level of HTML elements (that is, outside HTML tag angle brackets) or in an attribute of an HTML tag. The inserted text is automatically HTML-escaped as appropriate (for example, turning `<` into `<`). Double-stache tags may not be used to generate the name of a tag (as in `<{{foo}}>`) or any other piece of a tag except for attribute names and values as described here. +Double-stache tags may only be used at the level of HTML elements (that is, outside HTML tag angle brackets) or in an attribute of an HTML tag. The inserted text is automatically HTML-escaped as appropriate (for example, turning `<` into `<`). Double-stache tags may not be used to generate the name of a tag (as in `<{{foo}}>`) or any other piece of a tag except for attribute names and values as described here. Any part of an attribute name or value is fair game: