]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: Fix incorrect `.form-file` on migration guide (#38883)
authorChristian Oliff <christianoliff@pm.me>
Mon, 10 Jul 2023 08:04:21 +0000 (17:04 +0900)
committerGitHub <noreply@github.com>
Mon, 10 Jul 2023 08:04:21 +0000 (10:04 +0200)
site/content/docs/5.3/migration.md

index 401b9ac638c70d6093cdf0e8c33e9f49786b9a38..ab486c6a5a7fd32bdf7507277d4cc8995802a7e0 100644 (file)
@@ -498,7 +498,7 @@ Want more information? [Read the v5.1.0 blog post.](https://blog.getbootstrap.co
   - `.custom-control.custom-radio` is now `.form-check`.
   - `.custom-control.custom-switch` is now `.form-check.form-switch`.
   - `.custom-select` is now `.form-select`.
-  - `.custom-file` and `.form-file` have been replaced by custom styles on top of `.form-control`.
+  - `.custom-file` and `.form-control-file` have been replaced by custom styles on top of `.form-control`.
   - `.custom-range` is now `.form-range`.
   - Dropped native `.form-control-file` and `.form-control-range`.