Skip to content

Commit

Permalink
Merge pull request #654 from lukasnys/docs-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreeman authored Nov 15, 2023
2 parents 44491c9 + beb3bd0 commit 20a34cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ember/template-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ When using `ember-template-imports`, you can declare the type of a `<template>`
{% code title="app/components/shout.gts %}

```typescript
import type { TOC } From '@ember/component/template-only';
import type { TOC } from '@ember/component/template-only';

interface ShoutSignature {
Element: HTMLDivElement;
Expand Down

0 comments on commit 20a34cc

Please sign in to comment.