From ae1f8267947534c83725f6a402ec4f96feee21ac Mon Sep 17 00:00:00 2001 From: John Bacon Date: Sat, 12 Dec 2015 18:04:01 -0500 Subject: [PATCH] Fix typo --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 0b0e642..f788d00 100644 --- a/README.markdown +++ b/README.markdown @@ -28,7 +28,7 @@ if ($alt == 'blue') { } ``` -Each session has a `client_id` associated with it that must be preserved across requests. The PHP client handles this automatically. If you'd wish to change that behavoir, you can do so like this: +Each session has a `client_id` associated with it that must be preserved across requests. The PHP client handles this automatically. If you'd wish to change that behavior, you can do so like this: ```php require 'vendor/autoload.php';