Skip to content

Commit

Permalink
Merge pull request #37 from caendesilva/patch-1
Browse files Browse the repository at this point in the history
Fix presumed typo
  • Loading branch information
owenvoke authored Dec 13, 2023
2 parents 61c4b1b + 1b5016e commit 263a4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-a-standalone-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Using the `app:install` Artisan command you can install the `self-update` compon
php <your-app-name> app:install self-update
```

This component will add an Artisan `self-update` command to every build application. This command
This component will add an Artisan `self-update` command to your built application. This command
will try to download the latest version from GitHub, if available.

<a name="custom-update-strategies"></a>
Expand Down

0 comments on commit 263a4dd

Please sign in to comment.