Browse Source

Fixed typos in comments (#4269)

Romain Sanchez 8 years ago
parent
commit
44208b8f48
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Resources/public/Admin.js

+ 2 - 2
Resources/public/Admin.js

@@ -14,8 +14,8 @@ var Admin = {
     collectionCounters: [],
 
     /**
-     * This function must called when a ajax call is done, to ensure
-     * retrieve html is properly setup
+     * This function must be called when an ajax call is done, to ensure
+     * the retrieved html is properly setup
      *
      * @param subject
      */