From bb6671382afdf1c9f78e6ba60cf9aaac28b157b6 Mon Sep 17 00:00:00 2001 From: akkspros Date: Fri, 31 Jan 2020 15:33:45 +0500 Subject: [PATCH] fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3c938a..2bbab60 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Description -Teach WordPress Coding Best Practise. Focus on good WordPress code, with semantic markup and WordPress. The principles in the lesson are valid for all code. As a sample the class will code a plugin with a "_Hello World_" shortcode. The plugins can display an image, and the text strings will be translation ready.   +Teach WordPress Coding Best Practice. Focus on good WordPress code, with semantic markup and WordPress. The principles in the lesson are valid for all code. As a sample the class will code a plugin with a "_Hello World_" shortcode. The plugins can display an image, and the text strings will be translation ready.   ## Prerequisite Skills