Skip to content

Commit 21fd8bc

Browse files
authored
capitalization
1 parent 307995f commit 21fd8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/templates/input-helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To dispatch an action on specific events such as `key-press`, use the following
5252

5353
```handlebars
5454
<label for="firstname">First Name</label>
55-
<input value={{this.firstName}} key-press={{action "updateFirstName" id="firstname"}} />
55+
<Input value={{this.firstName}} key-press={{action "updateFirstName" id="firstname"}} />
5656
```
5757

5858
The following event types are supported (dasherized format):

0 commit comments

Comments
 (0)