Fix typo [skip ci]

This commit is contained in:
Hiro Asari 2013-11-15 11:27:14 -05:00
parent e61a723d06
commit 06ae9bd1fa

View File

@ -4,7 +4,7 @@ class Travis::Api::App
class Endpoint class Endpoint
# Logs are generated by builds. # Logs are generated by builds.
class Logs < Endpoint class Logs < Endpoint
# Fetches a log by it's *id*. # Fetches a log by its *id*.
get '/:id' do |id| get '/:id' do |id|
respond_with service(:find_log, params) respond_with service(:find_log, params)
end end