From 73bc2ee1ebd8e44372c0875b04051d93474ab9e1 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Mon, 27 Dec 2021 17:23:02 -0600 Subject: [PATCH] Fix heading and cross-links (#24431) --- .../call-dotnet-from-javascript.md | 12 ++++++------ .../call-javascript-from-dotnet.md | 12 ++++++------ .../blazor/javascript-interoperability/index.md | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md b/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md index 382cb16bee..b518cbe8af 100644 --- a/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md +++ b/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md @@ -281,9 +281,9 @@ The following image shows the rendered `CallDotNetExample6` parent component aft ![Rendered 'CallDotNetExample6' component example](~/blazor/javascript-interoperability/call-dotnet-from-javascript/_static/component-example-6.png) -## Location of JavaScipt +## Location of JavaScript -Load JavaScript (JS) code using any of approaches described by the [JS interop overview article](xref:blazor/js-interop/index#location-of-javascipt): +Load JavaScript (JS) code using any of approaches described by the [JS interop overview article](xref:blazor/js-interop/index#location-of-javascript): * [Load a script in `` markup](xref:blazor/js-interop/index#load-a-script-in-head-markup) (*Not generally recommended*) * [Load a script in `` markup](xref:blazor/js-interop/index#load-a-script-in-body-markup) @@ -685,9 +685,9 @@ The following image shows the rendered `CallDotNetExample6` parent component aft ![Rendered 'CallDotNetExample6' component example](~/blazor/javascript-interoperability/call-dotnet-from-javascript/_static/component-example-6.png) -## Location of JavaScipt +## Location of JavaScript -Load JavaScript (JS) code using any of approaches described by the [JS interop overview article](xref:blazor/js-interop/index#location-of-javascipt): +Load JavaScript (JS) code using any of approaches described by the [JS interop overview article](xref:blazor/js-interop/index#location-of-javascript): * [Load a script in `` markup](xref:blazor/js-interop/index#load-a-script-in-head-markup) (*Not generally recommended*) * [Load a script in `` markup](xref:blazor/js-interop/index#load-a-script-in-body-markup) @@ -999,9 +999,9 @@ The following image shows the rendered `CallDotNetExample6` parent component aft ![Rendered 'CallDotNetExample6' component example](~/blazor/javascript-interoperability/call-dotnet-from-javascript/_static/component-example-6.png) -## Location of JavaScipt +## Location of JavaScript -Load JavaScript (JS) code using any of approaches described by the [JS interop overview article](xref:blazor/js-interop/index#location-of-javascipt): +Load JavaScript (JS) code using any of approaches described by the [JS interop overview article](xref:blazor/js-interop/index#location-of-javascript): * [Load a script in `` markup](xref:blazor/js-interop/index#load-a-script-in-head-markup) (*Not generally recommended*) * [Load a script in `` markup](xref:blazor/js-interop/index#load-a-script-in-body-markup) diff --git a/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md b/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md index 0fb39a69cc..dfe4056688 100644 --- a/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md +++ b/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md @@ -146,9 +146,9 @@ IJSRuntime JS { get; set; } [!INCLUDE[](~/blazor/includes/prerendering.md)] -## Location of JavaScipt +## Location of JavaScript -Load JavaScript (JS) code using any of approaches described by the [JavaScript (JS) interoperability (interop) overview article](xref:blazor/js-interop/index#location-of-javascipt): +Load JavaScript (JS) code using any of approaches described by the [JavaScript (JS) interoperability (interop) overview article](xref:blazor/js-interop/index#location-of-javascript): * [Load a script in `` markup](xref:blazor/js-interop/index#load-a-script-in-head-markup) (*Not generally recommended*) * [Load a script in `` markup](xref:blazor/js-interop/index#load-a-script-in-body-markup) @@ -853,9 +853,9 @@ IJSRuntime JS { get; set; } [!INCLUDE[](~/blazor/includes/prerendering.md)] -## Location of JavaScipt +## Location of JavaScript -Load JavaScript (JS) code using any of approaches described by the [JavaScript (JS) interoperability (interop) overview article](xref:blazor/js-interop/index#location-of-javascipt): +Load JavaScript (JS) code using any of approaches described by the [JavaScript (JS) interoperability (interop) overview article](xref:blazor/js-interop/index#location-of-javascript): * [Load a script in `` markup](xref:blazor/js-interop/index#load-a-script-in-head-markup) (*Not generally recommended*) * [Load a script in `` markup](xref:blazor/js-interop/index#load-a-script-in-body-markup) @@ -1461,9 +1461,9 @@ IJSRuntime JS { get; set; } [!INCLUDE[](~/blazor/includes/prerendering.md)] -## Location of JavaScipt +## Location of JavaScript -Load JavaScript (JS) code using any of approaches described by the [JavaScript (JS) interoperability (interop) overview article](xref:blazor/js-interop/index#location-of-javascipt): +Load JavaScript (JS) code using any of approaches described by the [JavaScript (JS) interoperability (interop) overview article](xref:blazor/js-interop/index#location-of-javascript): * [Load a script in `` markup](xref:blazor/js-interop/index#load-a-script-in-head-markup) (*Not generally recommended*) * [Load a script in `` markup](xref:blazor/js-interop/index#load-a-script-in-body-markup) diff --git a/aspnetcore/blazor/javascript-interoperability/index.md b/aspnetcore/blazor/javascript-interoperability/index.md index e31017446b..6d023a9473 100644 --- a/aspnetcore/blazor/javascript-interoperability/index.md +++ b/aspnetcore/blazor/javascript-interoperability/index.md @@ -235,7 +235,7 @@ For more information, see . -## Location of JavaScipt +## Location of JavaScript Load JavaScript (JS) code using any of the following approaches: @@ -425,7 +425,7 @@ For more information, see . -## Location of JavaScipt +## Location of JavaScript Load JavaScript (JS) code using any of the following approaches: