Skip to content

Commit

Permalink
docs: fix grammar - it's -> its (#565)
Browse files Browse the repository at this point in the history
Fix grammar: it's -> its

---------

Co-authored-by: Alex Potsides <alex@achingbrain.net>
  • Loading branch information
jaller94 and achingbrain authored Jul 1, 2024
1 parent b4877b5 commit 155e24d
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/bitswap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ npm i @helia/bitswap

## Browser `<script>` tag

Loading this module through a script tag will make it's exports available as `HeliaBitswap` in the global namespace.
Loading this module through a script tag will make its exports available as `HeliaBitswap` in the global namespace.

```html
<script src="https://unpkg.com/@helia/bitswap/dist/index.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion packages/block-brokers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm i @helia/block-brokers

## Browser `<script>` tag

Loading this module through a script tag will make it's exports available as `HeliaBlockBrokers` in the global namespace.
Loading this module through a script tag will make its exports available as `HeliaBlockBrokers` in the global namespace.

```html
<script src="https://unpkg.com/@helia/block-brokers/dist/index.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion packages/car/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ $ npm i @helia/car

## Browser `<script>` tag

Loading this module through a script tag will make it's exports available as `HeliaCar` in the global namespace.
Loading this module through a script tag will make its exports available as `HeliaCar` in the global namespace.

```html
<script src="https://unpkg.com/@helia/car/dist/index.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion packages/dag-cbor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $ npm i @helia/dag-cbor

## Browser `<script>` tag

Loading this module through a script tag will make it's exports available as `HeliaDagCbor` in the global namespace.
Loading this module through a script tag will make its exports available as `HeliaDagCbor` in the global namespace.

```html
<script src="https://unpkg.com/@helia/dag-cbor/dist/index.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion packages/dag-json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $ npm i @helia/dag-json

## Browser `<script>` tag

Loading this module through a script tag will make it's exports available as `HeliaDagJson` in the global namespace.
Loading this module through a script tag will make its exports available as `HeliaDagJson` in the global namespace.

```html
<script src="https://unpkg.com/@helia/dag-json/dist/index.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion packages/helia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ npm i helia

## Browser `<script>` tag

Loading this module through a script tag will make it's exports available as `Helia` in the global namespace.
Loading this module through a script tag will make its exports available as `Helia` in the global namespace.

```html
<script src="https://unpkg.com/helia/dist/index.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion packages/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ $ npm i @helia/http

## Browser `<script>` tag

Loading this module through a script tag will make it's exports available as `HeliaHttp` in the global namespace.
Loading this module through a script tag will make its exports available as `HeliaHttp` in the global namespace.

```html
<script src="https://unpkg.com/@helia/http/dist/index.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion packages/interface/src/blocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export interface BlockRetrievalOptions <ProgressEvents extends ProgressEvent<any
/**
* A function that blockBrokers should call prior to returning a block to ensure it can maintain control
* of the block request flow. e.g. TrustedGatewayBlockBroker will use this to ensure that the block
* is valid from one of the gateways before assuming it's work is done. If the block is not valid, it should try another gateway
* is valid from one of the gateways before assuming its work is done. If the block is not valid, it should try another gateway
* and WILL consider the gateway that returned the invalid blocks completely unreliable.
*/
validateFn?(block: Uint8Array): Promise<void>
Expand Down
2 changes: 1 addition & 1 deletion packages/interop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ npm i @helia/interop

## Browser `<script>` tag

Loading this module through a script tag will make it's exports available as `HeliaInterop` in the global namespace.
Loading this module through a script tag will make its exports available as `HeliaInterop` in the global namespace.

```html
<script src="https://unpkg.com/@helia/interop/dist/index.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion packages/ipns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ $ npm i @helia/ipns

## Browser `<script>` tag

Loading this module through a script tag will make it's exports available as `HeliaIpns` in the global namespace.
Loading this module through a script tag will make its exports available as `HeliaIpns` in the global namespace.

```html
<script src="https://unpkg.com/@helia/ipns/dist/index.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion packages/json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $ npm i @helia/json

## Browser `<script>` tag

Loading this module through a script tag will make it's exports available as `HeliaJson` in the global namespace.
Loading this module through a script tag will make its exports available as `HeliaJson` in the global namespace.

```html
<script src="https://unpkg.com/@helia/json/dist/index.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion packages/mfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $ npm i @helia/mfs

## Browser `<script>` tag

Loading this module through a script tag will make it's exports available as `HeliaMfs` in the global namespace.
Loading this module through a script tag will make its exports available as `HeliaMfs` in the global namespace.

```html
<script src="https://unpkg.com/@helia/mfs/dist/index.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion packages/routers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $ npm i @helia/routers

## Browser `<script>` tag

Loading this module through a script tag will make it's exports available as `HeliaRouters` in the global namespace.
Loading this module through a script tag will make its exports available as `HeliaRouters` in the global namespace.

```html
<script src="https://unpkg.com/@helia/routers/dist/index.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion packages/strings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $ npm i @helia/strings

## Browser `<script>` tag

Loading this module through a script tag will make it's exports available as `HeliaStrings` in the global namespace.
Loading this module through a script tag will make its exports available as `HeliaStrings` in the global namespace.

```html
<script src="https://unpkg.com/@helia/strings/dist/index.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion packages/unixfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ $ npm i @helia/unixfs

## Browser `<script>` tag

Loading this module through a script tag will make it's exports available as `HeliaUnixfs` in the global namespace.
Loading this module through a script tag will make its exports available as `HeliaUnixfs` in the global namespace.

```html
<script src="https://unpkg.com/@helia/unixfs/dist/index.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $ npm i @helia/utils

## Browser `<script>` tag

Loading this module through a script tag will make it's exports available as `HeliaUtils` in the global namespace.
Loading this module through a script tag will make its exports available as `HeliaUtils` in the global namespace.

```html
<script src="https://unpkg.com/@helia/utils/dist/index.min.js"></script>
Expand Down

0 comments on commit 155e24d

Please sign in to comment.