From: Christian Oliff Date: Mon, 10 Jul 2023 08:04:21 +0000 (+0900) Subject: Docs: Fix incorrect `.form-file` on migration guide (#38883) X-Git-Tag: v5.3.1~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42a055c7a8e611523c2d10650a465d75d0bb362b;p=thirdparty%2Fbootstrap.git Docs: Fix incorrect `.form-file` on migration guide (#38883) --- diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md index 401b9ac638..ab486c6a5a 100644 --- a/site/content/docs/5.3/migration.md +++ b/site/content/docs/5.3/migration.md @@ -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`.