Skip to content

Commit 8240300

Browse files
knownasilyaamiller-gh
authored andcommittedJan 28, 2019
docs(ember-cli): correct some typos (#223).
1 parent b53f39f commit 8240300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/@css-blocks/ember-cli/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Usage
2222
There are a number of caveats you should know:
2323

2424
1. Eager engines are a little hacky. We'll want to make some changes to engines proper to make their behavior more consistent with regular addons.
25-
2. Lazy engines are not possible at this time and will require non-trivial work in in `ember-engines` to support. We have a failing (skipped) test for them in this addon.
25+
2. Lazy engines are not possible at this time and will require non-trivial work in `ember-engines` to support. We have a failing (skipped) test for them in this addon.
2626
3. The `{{link-to}}` helper (and possibly other built-in form helpers) will require some special casing in `@css-blocks/glimmer` to have a natural feeling integration for basic styling and active states. I have failing (skipped) tests in the project.
2727
4. `node_module` resolutions for `@block`s do not work yet.
2828
5. The optimizer can not be enabled at this time and is hard-coded to disabled.

0 commit comments

Comments
 (0)
Please sign in to comment.