Skip to content

Commit 2050f4d

Browse files
committed
Content tweak
1 parent 26dbf43 commit 2050f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/docs/mobile/2/getting-started/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To facilitate ease of development, you should install the `nativephpMobile` Vite
3838

3939
### The `nativephpMobile` Vite plugin
4040

41-
To make your frontend build process work well with NativePHP, simply add the `nativephpMobile` plugin to your
41+
To make your frontend build process works well with NativePHP, simply add the `nativephpMobile` plugin to your
4242
`vite.config.js`:
4343

4444
```js
@@ -57,7 +57,7 @@ export default defineConfig({
5757
```
5858

5959
Once that's done, you'll need to adjust your Vite build command when creating builds for each platform — simply add the
60-
`--mode=` option. Run these before compiling your app for each platform in turn:
60+
`--mode=[ios|android]` option. Run these before compiling your app for each platform in turn:
6161

6262
```shell
6363
npm run build -- --mode=ios

0 commit comments

Comments
 (0)