// Arguments:
// Image (jQuery Object): Image(s) to check if loaded.
//
-// Callback (Function): Fundation to execute when image is fully loaded.
+// Callback (Function): Foundation to execute when image is fully loaded.
image_loaded(image, callback) { ... }
```
<h3 id="random">Random String</h3>
-The <code>random_str</code> method is a helper for generating random strings of a given length. This method is used by some of the Foundation plugins to ensure a reasonable probability of non-collision for IDs in dynamically generated DOM objects. Note that <code>random_str</code> should not be considered crytographically secure.
+The <code>random_str</code> method is a helper for generating random strings of a given length. This method is used by some of the Foundation plugins to ensure a reasonable probability of non-collision for IDs in dynamically generated DOM objects. Note that <code>random_str</code> should not be considered cryptographically secure.
<h4>Example</h4>
{{#markdown}}