Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

Commit

Permalink
docs: fix typo (#59)
Browse files Browse the repository at this point in the history
Fix typo in documentation

Co-authored-by: mmakarios
  • Loading branch information
favna committed Oct 12, 2019
2 parents 1e76a5c + 420ef1a commit 9405bb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -507,7 +507,7 @@ ___

*Defined in [nintendo-switch-eshop.ts:484](https://github.com/lmmfranco/nintendo-switch-eshop/blob/007e160/packages/nintendo-switch-eshop/src/nintendo-switch-eshop.ts#L484)*

Parses the game code to extract the cross-region protion.
Parses the game code to extract the cross-region portion.

**Parameters:**

Expand Down
2 changes: 1 addition & 1 deletion packages/nintendo-switch-eshop/README.md
Expand Up @@ -507,7 +507,7 @@ ___

*Defined in [nintendo-switch-eshop.ts:484](https://github.com/lmmfranco/nintendo-switch-eshop/blob/007e160/packages/nintendo-switch-eshop/src/nintendo-switch-eshop.ts#L484)*

Parses the game code to extract the cross-region protion.
Parses the game code to extract the cross-region portion.

**Parameters:**

Expand Down
Expand Up @@ -475,7 +475,7 @@ export const getActiveShops = async (): Promise<EShop[]> => {
};

/**
* Parses the game code to extract the cross-region protion.
* Parses the game code to extract the cross-region portion.
*
* @param game The game object returned from one of the other methods.
* @param region Region code
Expand Down

0 comments on commit 9405bb3

Please sign in to comment.