diff --git a/src/App/GetStarted/get-started/ForDevelopers/__snapshots__/index.test.js.snap b/src/App/GetStarted/get-started/ForDevelopers/__snapshots__/index.test.js.snap index 51b79a9d73..f77d2c4c13 100644 --- a/src/App/GetStarted/get-started/ForDevelopers/__snapshots__/index.test.js.snap +++ b/src/App/GetStarted/get-started/ForDevelopers/__snapshots__/index.test.js.snap @@ -1170,7 +1170,7 @@ exports[`GetStarted: ForDevelopers Installation renders 1`] = ` Target Browser: - "Last 3 versions, > 1%, not dead" + "Last 3 versions, Last 2 major versions, > 0.5%, not dead"

@@ -1180,6 +1180,9 @@ exports[`GetStarted: ForDevelopers Installation renders 1`] = ` It is up to every Project manager and development team to decide which browsers their product should support. If you want to support other browsers than the ones supported by the Design Guide you need to maintain and test the component code in in your project.

+

+ We of course encourage to use PostCSS to do that in your build pipeline. +

`;