Skip to content

Commit cf9018a

Browse files
CR: Typo
1 parent 777d91e commit cf9018a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Web.JS/src/Platform/Mono/MonoPlatform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ function attachInteropInvoker(): void {
286286

287287
async function compileWasmModule(wasmResource: LoadingResource, imports: any): Promise<WebAssembly.Instance> {
288288
// 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
289+
// it doesn't provide any method for supplying a custom response provider, and we want to integrate
290290
// with our resource loader cache.
291291

292292
if (typeof WebAssembly['instantiateStreaming'] === 'function') {

0 commit comments

Comments
 (0)