From fc65694c0a4c1386bcdeeec5f5469f5160fb0213 Mon Sep 17 00:00:00 2001 From: Steve Phillips Date: Mon, 10 Apr 2017 08:47:59 -0500 Subject: [PATCH] api.rst typo: delting -> deleting (#54) --- api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.rst b/api.rst index 6c01c9358..bed486362 100644 --- a/api.rst +++ b/api.rst @@ -560,7 +560,7 @@ To delete rows in a table, use the DELETE verb plus :ref:`h_filter`. For instanc .. note:: - Beware of accidentally delting all rows in a table. To learn to prevent that see :ref:`block_fulltable`. + Beware of accidentally deleting all rows in a table. To learn to prevent that see :ref:`block_fulltable`. OpenAPI Support ===============