aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/middlewares.ezdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/guide/middlewares.ezdoc')
-rw-r--r--doc/src/guide/middlewares.ezdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/middlewares.ezdoc b/doc/src/guide/middlewares.ezdoc
index 0c142f9..35e9ea9 100644
--- a/doc/src/guide/middlewares.ezdoc
+++ b/doc/src/guide/middlewares.ezdoc
@@ -23,7 +23,7 @@ Middlewares can return one of four different values:
* `{ok, Req, Env}` to continue the request processing
* `{suspend, Module, Function, Args}` to hibernate
-* `{halt, Req}` to stop processing and move on to the next request
+* `{stop, Req}` to stop processing and move on to the next request
Of note is that when hibernating, processing will resume on the given
MFA, discarding all previous stacktrace. Make sure you keep the `Req`