Skip to content

Commit 17e91a7

Browse files
tcjrkategengler
andauthored
Apply suggestion from @kategengler
Co-authored-by: Katie Gengler <[email protected]>
1 parent 1e26970 commit 17e91a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/models/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export default class ListOfDraftsComponent extends Component {
120120
This works great for the `ListOfDrafts` component. However, your app
121121
is likely made up of many different components. On another page you
122122
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
123+
tempted to copy and paste your existing `constructor` code into the new
124124
component.
125125

126126
```gjs {data-filename=app/components/drafts-button.gjs}

0 commit comments

Comments
 (0)