From eecc6789cd64c01f3893a16630b9c7948a4c4ddd Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 27 Sep 2024 20:35:26 +0200 Subject: [PATCH] Fix a handful of minor typos in documentation (#1069) --- README.md | 2 +- docs/reference/examples.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 058119954..f5652b50b 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ There is also a [sample](https://github.com/fnando/rn-stellar-sdk-sample) that y ``` yarn rn-nodeify --install process,url,events,https,http,util,stream,crypto,vm,buffer --hack --yarn ``` -3. Add `import "./shim";` to the your app's entry point (by default `./App.js`) +3. Add `import "./shim";` to your app's entry point (by default `./App.js`) 4. `yarn add @stellar/stellar-sdk` 5. `expo install expo-random` diff --git a/docs/reference/examples.md b/docs/reference/examples.md index ada46ec10..7fde9f797 100644 --- a/docs/reference/examples.md +++ b/docs/reference/examples.md @@ -26,7 +26,7 @@ using modern Javascript, but `await` calls can also be rendered with promises. // This code can be run in the browser at https://laboratory.stellar.org // That site exposes a global StellarSdk object you can use. -// To run this code in the Chrome, open the console tab in the DevTools. +// To run this code in Chrome, open the console tab in the DevTools. // The hotkey to open the DevTools console is Ctrl+Shift+J or (Cmd+Opt+J on Mac). const { Horizon,