chore: Fixed typos (#1369)

This commit is contained in:
Hiroshi SHIBATA 2020-10-27 23:52:55 +09:00 committed by GitHub
parent d0f2ed38c1
commit 9045b8d9ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ class Integrations::Facebook::MessageParser
end
end
# Sample Reponse
# Sample Response
# {
# "sender":{
# "id":"USER_ID"

View file

@ -14,7 +14,7 @@ namespace :swagger do
logging: true
)
File.write('swagger.json', JSON.pretty_generate(final_build))
puts 'Swagger build was succesful.'
puts 'Swagger build was successful.'
puts "Generated #{base_path}/swagger.json"
puts 'Go to http://localhost:3000/swagger see the changes.'
end