Fixed some typos (#2695)

* Fix typos
This commit is contained in:
Hiroshi SHIBATA 2020-10-30 18:06:43 +09:00 committed by GitHub
parent 87144caeb3
commit ae98ac1430
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@ module Admin
@booth_export_option = params[:booth_export_option]
respond_to do |format|
format.html
# Explicity call #to_json to avoid the use of EventSerializer
# Explicitly call #to_json to avoid the use of EventSerializer
format.json { render json: Booth.where(state: :confirmed, program: @program).to_json }
format.xlsx do
response.headers['Content-Disposition'] = "attachment; filename=\"#{@file_name}.xlsx\""