From 4a7803d9338f87eef5dee9a5e199353e80f34e6e Mon Sep 17 00:00:00 2001 From: Justin Sternberg Date: Fri, 25 May 2018 10:18:17 -0400 Subject: [PATCH] Fix readme typos --- CHANGELOG.md | 2 +- readme.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 274aa9885..538dc017f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ All notable changes to this project will be documented in this file. ``` * Improve/add comment info banners at top of CMB2 CSS files. * Added `resetBoxes`/`resetBox` Javascript methods for resetting CMB2 box forms. -* Improved styles for fiels in the new-term form. +* Improved styles for fields in the new-term form. * New `CMB2_Boxes` methods for filtering instances of `CMB2`, `CMB2_Boxes::get_by( $property, $optional_compare )` and `CMB2_Boxes::filter_by( $property, $to_ignore = null )`. ### Bug Fixes diff --git a/readme.txt b/readme.txt index f2cb2571b..ecd670cc0 100644 --- a/readme.txt +++ b/readme.txt @@ -155,7 +155,7 @@ FAQ's usually end up in the [github wiki](https://github.com/CMB2/CMB2/wiki). ``` * Improve/add comment info banners at top of CMB2 CSS files. * Added `resetBoxes`/`resetBox` Javascript methods for resetting CMB2 box forms. -* Improved styles for fiels in the new-term form. +* Improved styles for fields in the new-term form. * New `CMB2_Boxes` methods for filtering instances of `CMB2`, `CMB2_Boxes::get_by( $property, $optional_compare )` and `CMB2_Boxes::filter_by( $property, $to_ignore = null )`. #### Bug Fixes @@ -881,7 +881,7 @@ It is now passed a null value vs saved value. If null is returned, default sanit ``` * Improve/add comment info banners at top of CMB2 CSS files. * Added `resetBoxes`/`resetBox` Javascript methods for resetting CMB2 box forms. -* Improved styles for fiels in the new-term form. +* Improved styles for fields in the new-term form. * New `CMB2_Boxes` methods for filtering instances of `CMB2`, `CMB2_Boxes::get_by( $property, $optional_compare )` and `CMB2_Boxes::filter_by( $property, $to_ignore = null )`. #### Bug Fixes