Skip to content

Commit

Permalink
Merge pull request #1032 from ipfs/fix/ifps
Browse files Browse the repository at this point in the history
fix: IFPS
  • Loading branch information
johnnymatthews committed Feb 22, 2022
2 parents 975c7ab + 8e1902d commit b166a3c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Write everything in using the [GitHub Flavored Markdown](https://github.github.c

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`.

### Style and tone

Expand Down
2 changes: 1 addition & 1 deletion docs/community/contribute/grammar-formatting-and-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/companion-window-ipfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- below disclaimer will be restored when window.ipfs injection resumes
### Disclaimer
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/websites-on-ipfs/static-site-generators.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b166a3c

Please sign in to comment.