Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/translation EN > ES heroku.es.md #1045

Merged
Prev Previous commit
Next Next commit
Update docs/deploy/heroku.es.md
Co-authored-by: Ale Mohamad ⌘ <alejandro.mohamad@gmail.com>
  • Loading branch information
TheHandyOwl and alemohamad committed Jan 14, 2025
commit 8053396779be458925cf36d11e6fa5e2c8dc38a7
2 changes: 1 addition & 1 deletion docs/deploy/heroku.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ if let databaseURL = Environment.get("DATABASE_URL") {

No olvides hacer commit de estos cambios.

```none
```bash
git add .
git commit -m "configured heroku database"
```
Expand Down