Skip to content

Commit

Permalink
Update placeholder.gts
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Apr 3, 2024
1 parent bd14146 commit 7e55d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-projects/gts/src/placeholder.gts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type { TOC } from '@ember/component/template-only';
const orGlimdown = (format: string | undefined) => format || 'glimdown';

export const Placeholder = <template>
{{#let (service "editor") as |item context|}}
{{#let (service "editor") as |context|}}
<label class="sr-only" for="initial-editor">
Glimmer + Markdown Code Editor
</label>
Expand Down

0 comments on commit 7e55d06

Please sign in to comment.