Skip to content

Commit b7e2003

Browse files
authored
Merge pull request #2 from tomdale/patch-1
Add missing closing backtick to README
2 parents 9e0c19f + 34a6abf commit b7e2003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export default class MyOtherComponent extends Component {
123123
> is because that is what is normally needed in a template.
124124
125125
`unwrap` and `update` can also both receive plain JS values. `unwrap` will
126-
return the value, and `update will no-op. This allows you to write components
126+
return the value, and `update` will no-op. This allows you to write components
127127
that can optionally receive Boxes:
128128

129129
```hbs

0 commit comments

Comments
 (0)