From 38896a41dca8608b375e6409f321f2c3b4717cfc Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 15 Sep 2018 14:40:23 -0400 Subject: [PATCH] Remove two unnecessary links --- _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 7fca136..ba6768f 100644 --- a/_posts/2018-09-15-isomorphic-apps.md +++ b/_posts/2018-09-15-isomorphic-apps.md @@ -242,7 +242,7 @@ Let's finish with a wishlist then - here are the things that I think need to hap can become a thing: - Webpack still needs some updates. The necessary work is in progress, but hasn't landed yet ([#7983](https://github.com/webpack/webpack/pull/7983)) -- Browser API libraries ([web-sys] and [stdweb]) need to make sure they can support running in Electron (see module error above) +- Browser API libraries (`web-sys` and `stdweb`) need to make sure they can support running in Electron (see module error above) - Projects need to stabilize. There's talk of `stdweb` being turned into a Rust API [on top of web-sys](https://github.com/rustwasm/team/issues/226#issuecomment-418475778), and percy [moving to web-sys](https://github.com/chinedufn/percy/issues/24), both of which are big changes