From 0615255a3418aba7488e0d57b687d7d69f9a7f40 Mon Sep 17 00:00:00 2001 From: Victor H Garcia Date: Mon, 9 Jan 2023 08:17:14 -0600 Subject: [PATCH] Fixed a type on the Display Info Width documentation --- src/Essentials/docs/Microsoft.Maui.Essentials/DisplayInfo.xml | 2 +- src/Essentials/docs/en/Xamarin.Essentials/DisplayInfo.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Essentials/docs/Microsoft.Maui.Essentials/DisplayInfo.xml b/src/Essentials/docs/Microsoft.Maui.Essentials/DisplayInfo.xml index 7cbf41eeae9c..b5d67b617edb 100644 --- a/src/Essentials/docs/Microsoft.Maui.Essentials/DisplayInfo.xml +++ b/src/Essentials/docs/Microsoft.Maui.Essentials/DisplayInfo.xml @@ -320,7 +320,7 @@ System.Double - Gets the width of the scrreen for the current orientation. + Gets the width of the screen for the current orientation. The width in pixels. diff --git a/src/Essentials/docs/en/Xamarin.Essentials/DisplayInfo.xml b/src/Essentials/docs/en/Xamarin.Essentials/DisplayInfo.xml index 03df2d624511..aa5fad31daa5 100644 --- a/src/Essentials/docs/en/Xamarin.Essentials/DisplayInfo.xml +++ b/src/Essentials/docs/en/Xamarin.Essentials/DisplayInfo.xml @@ -320,7 +320,7 @@ System.Double - Gets the width of the scrreen for the current orientation. + Gets the width of the screen for the current orientation. The width in pixels.