From f59ce753b8c5941a4fddcb3a7ee95ca4ea13abc9 Mon Sep 17 00:00:00 2001 From: yosinn1-blip Date: Sun, 24 May 2026 08:21:13 +0900 Subject: [PATCH] docs: fix successful spelling in docs Signed-off-by: Yoshiki --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index c6922e3..c02e55f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -17,7 +17,7 @@ A minimalist Flask_ extension that serves as a RESTful/HTTP wrapper for python's **Use Cases:** -- Set a script that runs on a succesful POST request to an endpoint of your choice. +- Set a script that runs on a successful POST request to an endpoint of your choice. - Map a base command to an endpoint and pass dynamic arguments to it. - Can also process multiple uploaded files in one command. - This is useful for internal docker-to-docker communications if you have different binaries distributed in micro-containers.