We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777d91e commit cf9018aCopy full SHA for cf9018a
src/Components/Web.JS/src/Platform/Mono/MonoPlatform.ts
@@ -286,7 +286,7 @@ function attachInteropInvoker(): void {
286
287
async function compileWasmModule(wasmResource: LoadingResource, imports: any): Promise<WebAssembly.Instance> {
288
// This is the same logic as used in emscripten's generated js. We can't use emscripten's js because
289
- // it doesn't provide any method for supplying a customer response provider, and we want to integrate
+ // it doesn't provide any method for supplying a custom response provider, and we want to integrate
290
// with our resource loader cache.
291
292
if (typeof WebAssembly['instantiateStreaming'] === 'function') {
0 commit comments