diff --git a/plugin-name/public/js/plugin-name-public.js b/plugin-name/public/js/plugin-name-public.js index 071048d95..6ec470dd9 100644 --- a/plugin-name/public/js/plugin-name-public.js +++ b/plugin-name/public/js/plugin-name-public.js @@ -23,7 +23,7 @@ * * ...and/or other possibilities. * - * Ideally, it is not considered best practise to attach more than a + * Ideally, it is not considered best practice to attach more than a * single DOM-ready or window-load handler for a particular page. * Although scripts in the WordPress core, Plugins and Themes may be * practising this, we should strive to set a better example in our own work.