diff --git a/README.md b/README.md
index 6a5516dc9bf2c2ab4c85da1feeb6b8263e8e6d3c..384ac9402ba0be300e1a23366fcfbb1813a44347 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ See https://www.advancedcustomfields.com/blog/acf-6-2-5-security-release/
 - We can test early by applying a filter
 - We can disable the filtering for trusted fields via a filter
 
-This plugin will enable the chanmges before they are released via `add_filter( 'acf/the_field/escape_html_optin', '__return_true' );`  
+This plugin will enable the changes before they are released via `add_filter( 'acf/the_field/escape_html_optin', '__return_true' );`
 
 This is done to see what will occur on sites.
 
-If we have trusted content that we don not want ACF to filter, we can exclude by filtering one field or shortcode at a time.
\ No newline at end of file
+If we have trusted content that we do not want ACF to filter, we can exclude by filtering one field or shortcode at a time.