From c8a764922a0e9070fa87ef68632d286029853eff Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Fri, 6 Dec 2013 11:58:33 +0000 Subject: [PATCH] small typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 840440f..32c74a2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Sample Joomla! library ========== -To use it as reference for 3rd part developers. It includes common libraries requirements: +To use it as reference for 3rd party developers. It includes common libraries requirements: * Setup autoloading * Language autoloading @@ -58,4 +58,4 @@ This is a sample form that uses the library form fields and form rules The first field uses the `login` form rule (which is just a copy&rename of the standard `username` joomla rule) to validate a username/login. -The second field uses a custom field defined inside the library (`sample`). \ No newline at end of file +The second field uses a custom field defined inside the library (`sample`).