From 6cfebc81e7654a8711cfc22560d07d1b72a835c4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 22 Apr 2025 20:17:35 -0700 Subject: [PATCH] Update browsers-devices.mdx --- site/src/content/docs/getting-started/browsers-devices.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/content/docs/getting-started/browsers-devices.mdx b/site/src/content/docs/getting-started/browsers-devices.mdx index 52e3364ea1..03f332f143 100644 --- a/site/src/content/docs/getting-started/browsers-devices.mdx +++ b/site/src/content/docs/getting-started/browsers-devices.mdx @@ -44,4 +44,4 @@ Page zooming inevitably presents rendering artifacts in some components, both in Bootstrap uses some browser-specific selectors to provide progressive enhancements and reset some styles across browsers. These may not always pass CSS validators, but they still have a place in real world applications. These validation warnings don’t matter in practice as they don’t interfere with the proper functioning of our styles, and we deliberately ignore these particular warnings. -Likewise, our HTML has some trivial and inconsequential HTML validation warnings. Some of these are also supressed by our own local configuration and can be ignored. +Likewise, our HTML has some trivial and inconsequential HTML validation warnings. Some of these are also suppressed by our own local configuration and can be ignored.