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

docs: fix typo #59

Merged
merged 1 commit into from
Oct 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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