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 1e26970 commit 17e91a7Copy full SHA for 17e91a7
guides/release/models/index.md
@@ -120,7 +120,7 @@ export default class ListOfDraftsComponent extends Component {
120
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
+tempted to copy and paste your existing `constructor` code into the new
124
component.
125
126
```gjs {data-filename=app/components/drafts-button.gjs}
0 commit comments