From 0c3ea8b96296fe8230cf62caa85406ffacd025c9 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 18 Feb 2022 00:39:19 +0100 Subject: [PATCH 1/4] chore: typo --- docs/how-to/websites-on-ipfs/static-site-generators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/websites-on-ipfs/static-site-generators.md b/docs/how-to/websites-on-ipfs/static-site-generators.md index 2ad56d19c..8aa719658 100644 --- a/docs/how-to/websites-on-ipfs/static-site-generators.md +++ b/docs/how-to/websites-on-ipfs/static-site-generators.md @@ -5,7 +5,7 @@ description: # Static-site generators -Static-site generators like Hugo, Jekyll, Middleman, Nextjs, and VuePress are all incredibly popular platforms building websites quickly. This guide walks through how to integrate IFPS into each of these workflows. +Static-site generators like Hugo, Jekyll, Middleman, Nextjs, and VuePress are all incredibly popular platforms building websites quickly. This guide walks through how to integrate IPFS into each of these workflows. ## Hugo From 77ad705f2e44fc7ef4a21a09cfcced017a2f7538 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 18 Feb 2022 00:42:02 +0100 Subject: [PATCH 2/4] Update grammar-formatting-and-style.md --- docs/community/contribute/grammar-formatting-and-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/contribute/grammar-formatting-and-style.md b/docs/community/contribute/grammar-formatting-and-style.md index 6203a96ee..43f18ab90 100755 --- a/docs/community/contribute/grammar-formatting-and-style.md +++ b/docs/community/contribute/grammar-formatting-and-style.md @@ -38,7 +38,7 @@ If you have to use an acronym, spell the full phrase first and include the acron When referring to projects by name, use proper noun capitalization: Go-IPFS and JS-IPFS. -Cases inside code blocks refer to commands and are not capitalized: `go-ifps` or `js-ifps`. +Cases inside code blocks refer to commands and are not capitalized: `go-ipfs` or `js-ipfs`. ### _Using_ IPFS, not _on_ IPFS From c690d4c3014fcc828449ed18068d7e19c539f9c3 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 18 Feb 2022 00:42:48 +0100 Subject: [PATCH 3/4] Update companion-window-ipfs.md --- docs/how-to/companion-window-ipfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/companion-window-ipfs.md b/docs/how-to/companion-window-ipfs.md index 33c80e6fe..000b3afd8 100644 --- a/docs/how-to/companion-window-ipfs.md +++ b/docs/how-to/companion-window-ipfs.md @@ -11,7 +11,7 @@ Learn about exposing IPFS API in IPFS Companion via "window.ipfs". ## `window.ipfs` is currently disabled -IPFS Companion 2.11 stopped injecting `window.ipfs`. It is currently permanently disabled per comments on the [window.ifps Meta Issue](https://github.com/ipfs-shipyard/ipfs-companion/issues/589#issuecomment-712356448), as of October 19, 2020, and [Remove legacy window.ifps](https://github.com/ipfs/in-web-browsers/issues/172) as of December 14, 2020. This page is provided for reference only. +IPFS Companion 2.11 stopped injecting `window.ipfs`. It is currently permanently disabled per comments on the [window.ipfs Meta Issue](https://github.com/ipfs-shipyard/ipfs-companion/issues/589#issuecomment-712356448), as of October 19, 2020, and [Remove legacy window.ipfs](https://github.com/ipfs/in-web-browsers/issues/172) as of December 14, 2020. This page is provided for reference only.