We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3341e69 commit 1e26970Copy full SHA for 1e26970
guides/release/models/index.md
@@ -117,7 +117,7 @@ export default class ListOfDraftsComponent extends Component {
117
}
118
```
119
120
-This works great for the `list-of-drafts` component. However, your app
+This works great for the `ListOfDrafts` component. However, your app
121
is likely made up of many different components. On another page you
122
may want a component to display the number of drafts. You may be
123
tempted to copy and paste your existing `willRender` code into the new
0 commit comments