From 44996f37fe616b672ba324db871500a17e7482a6 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 24 Jul 2020 11:56:05 -0400 Subject: [PATCH] Typo fix --- _posts/2018-09-15-isomorphic-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2018-09-15-isomorphic-apps.md b/_posts/2018-09-15-isomorphic-apps.md index abc0dcb..00a926c 100644 --- a/_posts/2018-09-15-isomorphic-apps.md +++ b/_posts/2018-09-15-isomorphic-apps.md @@ -98,7 +98,7 @@ The first issue [I ran into](https://www.reddit.com/r/rust/comments/98lpun/unable_to_load_wasm_for_electron_application/) while attempting to bundle everything via `webpack` is a detail in the WASM spec: -> This function accepts a Response object, or a promise for one, and ... **[if > it] does not match +> This function accepts a Response object, or a promise for one, and ... **[if it] does not match > the `application/wasm` MIME type**, the returned promise will be rejected with a TypeError; > > [WebAssembly - Additional Web Embedding API](https://webassembly.org/docs/web/#additional-web-embedding-api)