Re: [w3c/webcomponents] Copy edits for all remaining parts (#687)

rniwa commented on this pull request.



> @@ -338,7 +338,7 @@ To make this process more streamlined, we propose treating inner template elemen
 };
 ```
 
-With this interface, the template process callback that implements foreach and other kinds of looping constructs could simply call `replace` with newly constructed elements as follows:
+With this interface, the template process callback that implements a *foreach* and other kinds of looping constructs could simply be called `replace` with newly constructed elements, as follows:

The original sentence was correct. "The template process callback ~ could simply call `replace` with newly constructed elements,".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/pull/687#pullrequestreview-73945970

Received on Thursday, 2 November 2017 21:30:25 UTC