Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit e329243

Browse files
dsgkirkbycaitp
authored andcommitted
docs(input): fix small grammatical error
Closes #8422
1 parent cdc7db3 commit e329243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ var inputType = {
132132
}]);
133133
</script>
134134
<form name="myForm" ng-controller="DateController as dateCtrl">
135-
Pick a date between in 2013:
135+
Pick a date in 2013:
136136
<input type="date" id="exampleInput" name="input" ng-model="value"
137137
placeholder="yyyy-MM-dd" min="2013-01-01" max="2013-12-31" required />
138138
<span class="error" ng-show="myForm.input.$error.required">

0 commit comments

Comments
 (0)