lib/yard/server/commands/base.rb in yard-0.9.28 vs lib/yard/server/commands/base.rb in yard-0.9.29

- old
+ new

@@ -117,10 +117,10 @@ # @example A custom command # class ErrorCommand < Base # def run # self.body = 'ERROR! The System is down!' # self.status = 500 - # self.headers['Conten-Type'] = 'text/plain' + # self.headers['Content-Type'] = 'text/plain' # end # end # # @abstract # @return [void]