diff --git a/README.md b/README.md index 9c25bb24..bc2a7059 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ To build and deploy your changes for previewing in a [jquery-wp-content](https:/ Code in the API documentation should follow the [jQuery Core Style Guide](http://contribute.jquery.org/style-guide/) with the following addition: -* **Document ready syntax**: Use `$( document ).ready(function() {` instead of `$(function() {` as it's harder for new users to distinguish the difference between the latter and an IIFE. +* **Document ready syntax**: Use `$( document ).ready(function() {` instead of `$(function() {` as it is harder for new users to distinguish the difference between the latter and an IIFE (`immediately-invoked function expression`). #### Code within prose content (paragraphs and the like):