Skip to content

Commit 044c4c7

Browse files
committed
Lint fix
1 parent 49c47f6 commit 044c4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ember-released-6-8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ result.destroy();
5252
```
5353

5454
The API supports several configuration options including:
55+
5556
- `into`: The DOM element to render into
5657
- `args`: Arguments to pass to the component - these can be a `trackedObject`
5758
- `owner`: Optional owner object for service access, (or minimal partial implementation of what your component needs)
@@ -93,7 +94,6 @@ You can read more about this on the page for [RFC #1068](https://rfcs.emberjs.co
9394
This feature was inspired by `tracked-built-ins` and brings these essential reactivity primitives directly into the framework core.
9495

9596

96-
9797
#### Deprecations
9898

9999
Ember.js 6.8 introduces <insert number here> new deprecations.

0 commit comments

Comments
 (0)