From bc8dae518d6be3be4488b6eefe27b7a10df9fbea Mon Sep 17 00:00:00 2001 From: rushtehrani Date: Tue, 17 Mar 2020 17:36:01 -0700 Subject: [PATCH] fix typos --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a74639..c44e738 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 sql # Create migration in db folder diff --git a/README.md b/README.md index 7a7b9d9..0983597 100644 --- a/README.md +++ b/README.md @@ -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.