From 34737d655bdf2c8918cbd200c4f0f2d26c6910f8 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Sat, 11 Sep 2021 14:47:59 -0700 Subject: [PATCH] Add missing quote (#23277) --- .../javascript-interoperability/call-javascript-from-dotnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md b/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md index f56f1632e7..e7d43113a3 100644 --- a/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md +++ b/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md @@ -600,7 +600,7 @@ In the following example: > [!NOTE] > The following examples aren't typical use cases for this scenario because the [struct](/dotnet/csharp/language-reference/builtin-types/struct) passed to JS doesn't result in poor component performance. The example uses a small object merely to demonstrate the concepts for passing unserialized .NET data. -Place the following ``, where the `{SCRIPT PATH AND FILE NAME (.js)}` placeholder is the path and file name of the script. +Place the following ``, where the `{SCRIPT PATH AND FILE NAME (.js)}` placeholder is the path and file name of the script. ```javascript