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
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -14,7 +14,7 @@ namespace :swagger do
logging: true logging: true
) )
File.write('swagger.json', JSON.pretty_generate(final_build)) 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 "Generated #{base_path}/swagger.json"
puts 'Go to http://localhost:3000/swagger see the changes.' puts 'Go to http://localhost:3000/swagger see the changes.'
end end