Skip to content
Snippets Groups Projects
Commit 9e701ccd authored by Tomasz Maczukin's avatar Tomasz Maczukin
Browse files

Fix some typos

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