fix typos

This commit is contained in:
rushtehrani 2020-03-17 17:36:01 -07:00
parent 95653b86f3
commit bc8dae518d
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Install `goose`:
go get -u github.com/pressly/goose/cmd/goose
```
Note: Up migration are automatically executed when the application is run.
Note: Up migrations are automatically executed when the application is run.
```bash
goose -dir db create <name> sql # Create migration in db folder

View File

@ -1,6 +1,6 @@
# Onepanel
Welcome to Onepanel! This is the main repository for the API and also where you can submit bugs and enchancement requests.
Welcome to Onepanel! This is the main repository for the API and also where you can submit bugs and enhancement requests.
## Getting started
See our [deployment guide](https://onepanelio.github.io/core-docs/docs/deployment/overview) to get started.