From dd0fbf64887d2dd5937dfa6b68ce6ac4b1fc96bf Mon Sep 17 00:00:00 2001 From: Brendan Kirby <124314512+bkirb@users.noreply.github.com> Date: Wed, 26 Apr 2023 05:53:29 -0700 Subject: [PATCH] Fix readme typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 389292fe0e8..2884ef517c7 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ For local testing, the wallet is created using the secret recovery phrase from t ##### iOS All tests live within the e2e/specs folder. -Prequisites for running tests: +Prerequisites for running tests: - Make sure to install `detox-cli` by referring to the instructions mentioned [here](https://wix.github.io/Detox/docs/introduction/getting-started/#detox-prerequisites). - Additionally, install `applesimutils` by following the guidelines provided [here](https://github.com/wix/AppleSimulatorUtils). - Before running any tests, it's recommended to refer to the `iOS section` above and check the latest simulator device specified under `Install the correct simulator`. @@ -286,7 +286,7 @@ To get a better understanding of the internal architecture of this app take a lo ### Storybook -We have begun documenting our components using storybook please read the [Documentation Guidelines](./storybook/DOCUMENTATION_GUIDELINES.md) to get up and running. +We have begun documenting our components using Storybook. Please read the [Documentation Guidelines](./storybook/DOCUMENTATION_GUIDELINES.md) to get up and running. ### Other Docs