diff options
| author | Mark Otto <[email protected]> | 2017-03-19 15:21:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-03-19 15:21:18 -0700 |
| commit | bbffcb7d2214fc5b47fa77d560556c2d5e11a8be (patch) | |
| tree | a70f56498ad9070fa131ede4d901abedb4af6b08 /docs/components | |
| parent | ae50bb784506b4aa6b79598c2000c1d20843b5fd (diff) | |
| parent | 95841f7432c72d1ad96c90e7099cce7a0e9c43ef (diff) | |
| download | bootstrap-bbffcb7d2214fc5b47fa77d560556c2d5e11a8be.tar.xz bootstrap-bbffcb7d2214fc5b47fa77d560556c2d5e11a8be.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/forms.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md index 4606fd08d..313835f6f 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -722,8 +722,8 @@ Inline text can use any typical inline HTML element (be it a `<small>`, `<span>` {% example html %} <form class="form-inline"> <div class="form-group"> - <label for="inputPassword4">Password</label> - <input type="password" id="inputPassword4" class="form-control mx-sm-3" aria-describedby="passwordHelpInline"> + <label for="inputPassword6">Password</label> + <input type="password" id="inputPassword6" class="form-control mx-sm-3" aria-describedby="passwordHelpInline"> <small id="passwordHelpInline" class="text-muted"> Must be 8-20 characters long. </small> |
