Skip to content

Commit 7f10c67

Browse files
authored
Fix bad identifiter
Fixes #34034 Thanks for the report.
1 parent f9334b3 commit 7f10c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/blazor/components/js-spa-frameworks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ window.showQuote = async () => {
126126
});
127127
}
128128

129-
const btn = document.querySelector("showQuoteBtn");
129+
const btn = document.querySelector("#showQuoteBtn");
130130
btn.addEventListener("click", showQuote);
131131
```
132132

0 commit comments

Comments
 (0)