diff --git a/docs/src/content/docs/contributing/setup.mdx b/docs/src/content/docs/contributing/setup.mdx index 578e2696..6bfb440e 100644 --- a/docs/src/content/docs/contributing/setup.mdx +++ b/docs/src/content/docs/contributing/setup.mdx @@ -156,7 +156,7 @@ import { Tabs, TabItem, Steps } from "@astrojs/starlight/components" You can build the project by clicking on the 'Run' button in Android Studio. If asked, build the `:app` module. - If building within Github Codespaces, you can build a fresh debug apk by running `./gradlew asembledebug --no-daemon` from the root of the project. + If building within Github Codespaces, you can build a fresh debug apk by running `./gradlew assembledebug --no-daemon` from the root of the project. Upon completion, the apk will be within `app/build/outputs/apk/debug/` 12. **You're all set!** You can now start contributing to Revolt on Android.