Skip to content

Commit e03832e

Browse files
committed
Updates
1 parent f602f94 commit e03832e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/blazor/performance/webassembly-browser-developer-tools-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Add `callspec` to the `browser` WebAssembly profiler in the `<WasmProfilers>` el
109109
<WasmProfilers>browser:callspec=N:{APP NAMESPACE};</WasmProfilers>
110110
```
111111

112-
Configure `callSpec` in `browserProfilerOptions`. Replace the `{APP NAMESPACE}` placeholder in the following example with the app's namespace:
112+
Alternatively, configure `callSpec` in `browserProfilerOptions`. Replace the `{APP NAMESPACE}` placeholder in the following example with the app's namespace:
113113

114114
```html
115115
<script src="_framework/blazor.webassembly#[.{fingerprint}].js"

0 commit comments

Comments
 (0)