Browse Source

Fixed "propogates" is a misspelling of "propagates"

itosho 7 years ago
parent
commit
8b59b5f0e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/ORM/Behavior/TranslateBehaviorTest.php

+ 1 - 1
tests/TestCase/ORM/Behavior/TranslateBehaviorTest.php

@@ -173,7 +173,7 @@ class TranslateBehaviorTest extends TestCase
 
     /**
      * Tests that fields from a translated model use the I18n class locale
-     * and that it propogates to associated models
+     * and that it propagates to associated models
      *
      * @return void
      */