From a3652ddafbc681ba5f2878fbe08c6f74e0e04fc1 Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastava Date: Tue, 25 Aug 2026 09:58:09 +0530 Subject: [PATCH] docs: fix typos in mobile docs and MSBuild guide --- .../customizing-bindings/troubleshooting-bindings.md | 2 +- Documentation/docs-mobile/features/layout-code-behind/index.md | 2 +- Documentation/docs-mobile/messages/java0000.md | 2 +- Documentation/guides/MSBuildBestPractices.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/docs-mobile/binding-libs/customizing-bindings/troubleshooting-bindings.md b/Documentation/docs-mobile/binding-libs/customizing-bindings/troubleshooting-bindings.md index 45a429245a2..0911cd759ac 100644 --- a/Documentation/docs-mobile/binding-libs/customizing-bindings/troubleshooting-bindings.md +++ b/Documentation/docs-mobile/binding-libs/customizing-bindings/troubleshooting-bindings.md @@ -22,7 +22,7 @@ When binding an existing Android library, it is necessary to keep in mind the fo dependencies required by the Android library must be included in the .NET for Android project via a NuGet package or as an **AndroidLibrary**. -- **The Android API level that the Android library is targetting** +- **The Android API level that the Android library is targeting** – It is not possible to "downgrade" the Android API level; ensure that the .NET for Android binding project is targeting the same API level (or higher) as the Android library. diff --git a/Documentation/docs-mobile/features/layout-code-behind/index.md b/Documentation/docs-mobile/features/layout-code-behind/index.md index 909e6ba1305..d576a160cc8 100644 --- a/Documentation/docs-mobile/features/layout-code-behind/index.md +++ b/Documentation/docs-mobile/features/layout-code-behind/index.md @@ -545,7 +545,7 @@ taken when generating binding code for `` elements in the layout files choose one `Fragment` implementation as the default one to be used if the `` element does not have any specific type (managed or otherwise) specified. Binding code generator uses the [`$(AndroidFragmentType)`](../../building-apps/build-properties.md#androidfragmenttype) -MSBuild property for that purpose. The property can be overriden by the user to specify a type different +MSBuild property for that purpose. The property can be overridden by the user to specify a type different than the default one. The property is set to `Android.App.Fragment` by default, and is overridden by the AndroidX NuGet packages. diff --git a/Documentation/docs-mobile/messages/java0000.md b/Documentation/docs-mobile/messages/java0000.md index 53613724c4a..76543f190f1 100644 --- a/Documentation/docs-mobile/messages/java0000.md +++ b/Documentation/docs-mobile/messages/java0000.md @@ -29,7 +29,7 @@ run raised an error. ## Solution Look at the stack trace included in the error. This should provide -some clues into why the error occured. +some clues into why the error occurred. Consider submitting a [bug][bug] if you are getting this error under normal circumstances. diff --git a/Documentation/guides/MSBuildBestPractices.md b/Documentation/guides/MSBuildBestPractices.md index 3836d1c2393..e14754aff3d 100644 --- a/Documentation/guides/MSBuildBestPractices.md +++ b/Documentation/guides/MSBuildBestPractices.md @@ -384,7 +384,7 @@ Generally, the place to put intermediate files during a build is `obj\$(Configuration)\` and always has a trailing slash. MSBuild has a target, named `IncrementalClean`, that might be the bane -of our existance... +of our existence... First, I would read up on the [Clean target][clean] and understand how `Clean` really works within MSBuild. `Clean` in short, should delete