doc/faq: pretty -> quite

This commit is contained in:
Sebastian McKenzie 2015-01-06 22:29:06 +11:00
parent 57ce1b201d
commit 0d2e876178

View File

@ -12,7 +12,7 @@ ES5 and ES6 methods. This is essential to emulate a complete ES6 environment so
wont break! You see, ES6 features such as [iterators](/docs/tour#iterators) and
[symbols](/docs/tour#symbols) require a lot of logic to work, and to accurately support these
it would mean **a lot** of boilerplate smoshed into your codebase. This is the approach taken
by other transpilers but 6to5 approaches it pretty differently.
by other transpilers but 6to5 approaches it quite differently.
You have two options, depending on your use-case: