Skip to content

Commit

Permalink
Fix linting for missing language
Browse files Browse the repository at this point in the history
  • Loading branch information
MinThaMie authored Jul 24, 2024
1 parent 26cd26b commit cfe3419
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/ember/v5/component-template-resolving.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Specifically, these layouts are no longer supported:
<table style="width:100%"><thead><tr><th>Classic</th><th>Pods</th></thead>
<tbody><tr><td style="vertical-align:top; width:50%;">

```
```text
{app,addon}/
components/
foo.js
Expand All @@ -32,7 +32,7 @@ Specifically, these layouts are no longer supported:

</td><td style="vertical-align:top">

```
```text
{app,addon}/
components/
foo/
Expand All @@ -50,7 +50,7 @@ Specifically, these layouts are no longer supported:

The above example(s) can be migrated to:

```
```text
{app,addon}/
components/
foo.js
Expand All @@ -62,7 +62,7 @@ The above example(s) can be migrated to:

Or using `--component-structure=nested`

```
```text
{app,addon}/
components/
foo/
Expand Down

0 comments on commit cfe3419

Please sign in to comment.