summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30d9444aaed2..03be16b3c6e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,7 +53,7 @@ build() {
# Initialize the default sqlite Database
bundle exec rake db:migrate RAILS_ENV=production
- # Precompile statis assets
+ # Precompile static assets
bundle exec rake assets:precompile
}