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

Commit d224fe8

Browse files
committed
docs(input): fix typo
Fix a typo on an example from the `input` directive
1 parent e9bf93d commit d224fe8

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
@@ -514,7 +514,7 @@ var inputType = {
514514
}]);
515515
</script>
516516
<form name="myForm" ng-controller="DateController as dateCtrl">
517-
Pick a month int 2013:
517+
Pick a month in 2013:
518518
<input id="exampleInput" type="month" name="input" ng-model="value"
519519
placeholder="yyyy-MM" min="2013-01" max="2013-12" required />
520520
<span class="error" ng-show="myForm.input.$error.required">

0 commit comments

Comments
 (0)