diff --git a/app/graphql/client.tsx b/app/graphql/client.tsx index e5c740b987..76106909e4 100644 --- a/app/graphql/client.tsx +++ b/app/graphql/client.tsx @@ -213,7 +213,7 @@ const GaloyClient: React.FC = ({ children }) => { } // persistedQuery provide client side bandwidth optimization by returning a hash - // of the uery instead of the whole query + // of the query instead of the whole query // // use the following line if you want to deactivate in dev // const persistedQueryLink = httpLink diff --git a/docs/e2e-testing.md b/docs/e2e-testing.md index 5e39857e66..dfd43a569d 100644 --- a/docs/e2e-testing.md +++ b/docs/e2e-testing.md @@ -1,7 +1,7 @@ # E2E Testing using Detox The detox tests uses the local backend. Hence, make sure you have run `make tilt-up` and set everything up using our [dev docs](./dev.md). -Keep `yarn start` running in the backgroud. +Keep `yarn start` running in the background. ### Testing on Android