diff --git a/content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/native-build-locally-manually.md b/content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/native-build-locally-manually.md index b5affd05550..2669b9667f1 100644 --- a/content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/native-build-locally-manually.md +++ b/content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/native-build-locally-manually.md @@ -103,7 +103,7 @@ Now that you have a copy of the Native Template checked out and ready, you can b Bundling is the process of packaging everything you created in Studio Pro and making that package ready to be compiled into your native mobile app. Bundling in the case of a React Native app, and hence a Mendix Native App, includes transpiling the business logic and layout of your app into a JavaScript bundle and gathering all your static resources into the correct folder structure. -For bundling your resources, Mendix Studio Pro comes with a helpful tool called [MxBuild](/refguide/mxbuild/). MxBuild can be found relatively to the location of the Studio Pro executable (for example *C:\Program Files\Mendix\Studio Pro (version)\mxbuild.exe*). +For bundling your resources, Mendix Studio Pro comes with a helpful tool called [MxBuild](/refguide/mxbuild/). MxBuild can be found relative to the location of the Studio Pro executable (for example *C:\Program Files\Mendix\Studio Pro (version)\mxbuild.exe*). 1. Run the following command: