Skip to content

Commit

Permalink
d: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
meck93 committed Sep 20, 2024
1 parent af50667 commit 502ec8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export const greetMe = async (name: string): Promise<string> => {

### 4.3 Update the Application to connect to the server

create-react-app requires us to run the Magellan server in parallel to the react-scripts server, so we need to to configure the location where the server is running.
create-react-app requires us to run the Magellan server in parallel to the react-scripts server, so we need to configure the location where the server is running.
To do so, we need to add the following code to `src/App.tsx`

```diff
Expand Down

0 comments on commit 502ec8d

Please sign in to comment.