From a0276b065144d40d54f914951f27cd1e5cfc05da Mon Sep 17 00:00:00 2001 From: Jacob Enget Date: Thu, 14 Dec 2023 15:41:57 -0600 Subject: [PATCH] Fix typo in get-binary-files-ajax.html The example using the Fetch API had its first tab, which shows the results of the example, incorrectly labeled "js code". This tab is now correctly labeled "result". --- documentation/examples/get-binary-files-ajax.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/examples/get-binary-files-ajax.html b/documentation/examples/get-binary-files-ajax.html index 3cf642fc..597f41e2 100644 --- a/documentation/examples/get-binary-files-ajax.html +++ b/documentation/examples/get-binary-files-ajax.html @@ -51,7 +51,7 @@

With the Fetch API