提交 9e701ccd 编写于 作者: T Tomasz Maczukin

Fix some typos

上级 df548285
......@@ -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
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册