From 8605edcb6fef409d718709acb42cf6875b858354 Mon Sep 17 00:00:00 2001 From: Parashoe Date: Mon, 15 Jan 2024 17:18:20 -0800 Subject: [PATCH] Spelling correction (#740) Spell correct "callounter" to "callcounter" --- docs/references/transactions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/transactions.rst b/docs/references/transactions.rst index dee915a59..85c698688 100644 --- a/docs/references/transactions.rst +++ b/docs/references/transactions.rst @@ -34,7 +34,7 @@ Since the ``callcounter`` view modifies the sequence, calling it with GET or HEA .. code-tab:: http - GET /callounter HTTP/1.1 + GET /callcounter HTTP/1.1 .. code-tab:: bash Curl