From 40beef7135b189ee4ddbc12c22a145fca89dc562 Mon Sep 17 00:00:00 2001 From: Sam Umbach Date: Mon, 21 Jan 2013 16:19:39 -0500 Subject: [PATCH] Fix typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 44a1012..ac7f000 100644 --- a/index.html +++ b/index.html @@ -761,7 +761,7 @@

Understanding the flowchart

The flowchart always ends at a handler (at the bottom of the chart) which determines the HTTP status code in the response. -

On deciding how to implemented the behaviour you have designed +

On deciding how to implement the behaviour you have designed for your resource you will often have this diagram in front of you to decide which functions to replace.