Fixed typo
This commit is contained in:
parent
c17ef15f98
commit
126e7ba684
2
main.go
2
main.go
@ -58,7 +58,7 @@ func configure(app *aero.Application) *aero.Application {
|
||||
auth.Install(app)
|
||||
|
||||
// Close the database node on shutdown
|
||||
app.OnShutdown(arn.Node.Close)
|
||||
app.OnEnd(arn.Node.Close)
|
||||
|
||||
// Check that this is the server
|
||||
if !arn.Node.IsServer() && !arn.IsTest() {
|
||||
|
@ -93,6 +93,6 @@ component Support(profileLink string, user *arn.User)
|
||||
span Support us!
|
||||
|
||||
.footer.support-footer
|
||||
p Thank you to everyone supporting the site. It means a lot me.
|
||||
p Thank you to everyone supporting the site. It means a lot to me.
|
||||
p --Akyoto
|
||||
|
Loading…
Reference in New Issue
Block a user