chore: Fixed typos (#1369)
This commit is contained in:
parent
d0f2ed38c1
commit
9045b8d9ca
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ class Integrations::Facebook::MessageParser
|
|||
end
|
||||
end
|
||||
|
||||
# Sample Reponse
|
||||
# Sample Response
|
||||
# {
|
||||
# "sender":{
|
||||
# "id":"USER_ID"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue