Fix typo (#301) [ci skip]

* Incorrect spelling of domain(was damain)

* Incorrect spelling of applicable(was appicable)
This commit is contained in:
Niraj Nandish 2018-08-10 00:08:39 +04:00 committed by Mac Siri
parent 6d91448155
commit f38ee5aab3
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,4 @@
<!-- Fill out the appropriate template and delete nonappicable lines -->
<!-- Fill out the appropriate template and delete non-applicable lines -->
## Feature Request or Task
### User Story / Description

View file

@ -7,7 +7,7 @@ enable_defaults! { ENV['RACK_ENV'] != 'production' }
############## Basic configuration #############
################################################
# App damain + Protocol setting for development
# App domain + Protocol setting for development
variable :APP_DOMAIN, :String, default: "localhost:3000"
variable :APP_PROTOCOL, :String, default: "http://"
@ -58,7 +58,6 @@ variable :AWS_ID, :String, default: "Optional"
variable :AWS_SECRET, :String, default: "Optional"
variable :AWS_BUCKET_NAME, :String, default: "Optional"
# AWS SDK
variable :AWS_DEFAULT_REGION, :String, default: "us-east-1"
variable :AWS_SDK_KEY, :String, default: "Optional"