From 1acc088767dfe623169316d3038a5f88fd1f6061 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Wed, 30 Sep 2015 17:50:55 -0400 Subject: [PATCH] Fixed typographical error, changed aplication to application in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e74c93e..9e891e5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ function echo_this_in_header(){ } ``` -then all that is left for you is to call the hooked function when you want anywhere in your aplication, EX: +then all that is left for you is to call the hooked function when you want anywhere in your application, EX: ```PHP echo '
';