Skip to content

Commit 84f03ac

Browse files
NullVoxPopuliaklkv
andauthored
Update text/1003-deprecation-import-ember-from-ember.md
Co-authored-by: Alexey Kulakov <uni_que@me.com>
1 parent e5f2111 commit 84f03ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/1003-deprecation-import-ember-from-ember.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Utility
150150

151151
// ...
152152

153-
if (macroCondition(isTesting()) {
153+
if (macroCondition(isTesting())) {
154154
// test only code here
155155
}
156156
```

0 commit comments

Comments
 (0)