From 36c39ac9cf8e2656b406d3642d6c720d7533f899 Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Sun, 28 Jul 2024 23:21:19 +0900 Subject: [PATCH 1/2] chore: correction typo packaging_notes.md Fixed a spelling error. Hope it helps. direclty -> directly --- packaging_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging_notes.md b/packaging_notes.md index 780a85b65..f5ee6982f 100644 --- a/packaging_notes.md +++ b/packaging_notes.md @@ -26,7 +26,7 @@ These are the same SDKs that native iOS or Android apps would use, but are wrapp |-> executes as part of Gradle build |-> finds @xmtp/react-native-sdk/expo-module.config.json |-> Resolves reference to `org.xmtp.android` - |-> This is an artifact published from `xmtp-android` (canonical Android XMTP SDK, used by Android projects direclty) + |-> This is an artifact published from `xmtp-android` (canonical Android XMTP SDK, used by Android projects directly) |-> Gradle finds `org.xmtp.android` in whatever repositories are configured (Maven, etc) |-> Fetches `org.xmtp.android` jar files and metadata |-> Finishes Android-specific module setup From 5ee8048349584987914ee53e1a98620d4497ea78 Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Sun, 28 Jul 2024 23:22:08 +0900 Subject: [PATCH 2/2] chore: correction typo README.md Fixed a spelling error. Hope it helps. yout => your --- example/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/README.md b/example/README.md index f9acb6075..629e5fa89 100644 --- a/example/README.md +++ b/example/README.md @@ -25,7 +25,7 @@ First create a free account and download your client id from https://thirdweb.co cd example cp EXAMPLE.env .env ``` -Finally, insert yout Thirdweb client id in specified location of `example/.env` file: +Finally, insert your Thirdweb client id in specified location of `example/.env` file: ``` THIRD_WEB_CLIENT_ID=INSERT_CLIENT_ID_HERE ``` @@ -53,4 +53,4 @@ Running tests locally is useful when updating GitHub actions, or locally testing 5. You can stop the XMTP server with the following command: ```bash docker-compose -p xmtp -f dev/local/docker-compose.yml down - ``` \ No newline at end of file + ```