Commit 9e701ccd authored by Tomasz Maczukin's avatar Tomasz Maczukin

Fix some typos

parent df548285
...@@ -18,7 +18,7 @@ module API ...@@ -18,7 +18,7 @@ module API
present paginate(variables), with: Entities::Variable present paginate(variables), with: Entities::Variable
end end
# Get specifica variable of a project # Get specific variable of a project
# #
# Parameters: # Parameters:
# id (required) - The ID of a project # id (required) - The ID of a project
...@@ -80,7 +80,7 @@ module API ...@@ -80,7 +80,7 @@ module API
# Parameters: # Parameters:
# id (required) - The ID of a project # id (required) - The ID of a project
# key (required) - The ID of a variable # key (required) - The ID of a variable
# Exanoke Reqyest: # Example Request:
# DELETE /projects/:id/variables/:key # DELETE /projects/:id/variables/:key
delete ':id/variables/:key' do delete ':id/variables/:key' do
variable = user_project.variables.find_by(key: params[:key].to_s) variable = user_project.variables.find_by(key: params[:key].to_s)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment