From d33bace49abaa791e91f3046be068db5a8afa178 Mon Sep 17 00:00:00 2001 From: Dietrich Ayala <50103+autonome@users.noreply.github.com> Date: Tue, 15 Nov 2022 17:35:25 +0100 Subject: [PATCH] fix sneaky typo (#492) --- src/_blog/adding-ipfs-protocol-support-to-chromium.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_blog/adding-ipfs-protocol-support-to-chromium.md b/src/_blog/adding-ipfs-protocol-support-to-chromium.md index 2decdd3c..7a766807 100644 --- a/src/_blog/adding-ipfs-protocol-support-to-chromium.md +++ b/src/_blog/adding-ipfs-protocol-support-to-chromium.md @@ -30,7 +30,7 @@ This colloboration covered a *lot* of ground - from IANA to WHAT-WG to W3C to IE Very few changes were specific to IPFS. A lot of the work was making browsers and the web platform more amenable to localhost-oriented application topologies and non-HTTP protocol work - fixing compat papercuts, aligning security models across engines, cleaning up dusty corners... making the web itself just a little bit better. -But our larger goal is to bring the web to places where it doesn't work well for people today, and enable experimentation in what a web with alternate protocols can look like. These are paradigmatic changes, so we needed to do more than just surface-level fixes. +But our larger goal is to bring the web to places where it doesn't work well for people today, and enable experimentation in what a web with alternative protocols can look like. These are paradigmatic changes, so we needed to do more than just surface-level fixes. ## IPFS Browser Integrations So Far @@ -78,4 +78,4 @@ And recently at IPFS Camp in Lisbon Portugal, Javi gave a talk about this work - @[youtube](WLCJ9ol8Fgk) -If you're interested in learning more, join the `#browsers-and-platforms` channel on the [Filecoin Slack](https://filecoin.io/slack/), which is bridged also to `#browsers-and-standards` on [Matrix](https://matrix.to/#/%23browsers-and-standards:ipfs.io) and the [IPFS Discord](https://discord.gg/vZTcrFePpt). \ No newline at end of file +If you're interested in learning more, join the `#browsers-and-platforms` channel on the [Filecoin Slack](https://filecoin.io/slack/), which is bridged also to `#browsers-and-standards` on [Matrix](https://matrix.to/#/%23browsers-and-standards:ipfs.io) and the [IPFS Discord](https://discord.gg/vZTcrFePpt).