Skip to content

Commit 9142f69

Browse files
committed
Fix typo
1 parent 599ab1f commit 9142f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fasp_base/lib/fasp_base/request.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def post(path, body: nil)
1111
perform_request(:post, path, body:)
1212
end
1313

14-
def delete(pathl)
14+
def delete(path)
1515
perform_request(:delete, path)
1616
end
1717

0 commit comments

Comments
 (0)