Skip to content

Commit

Permalink
Fix a handful of minor typos in documentation (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Sep 27, 2024
1 parent 3258c8a commit eecc678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eecc678

Please sign in to comment.