Physics
The top-level namespace. All of PhysicsJS is contained in
the Physics namespace.
It may (and should) be invoked as a function to create a world instance. For all intensive purposes, Physics and Physics.world are the same thing.
+It may (and should) be invoked as a function to create a world instance. For all intents and purposes, Physics and Physics.world are the same thing.
See new Physics.world for config options and function signature.
Example:
Physics( cfg, function( world ) {
diff --git a/examples/physicsjs-full.js b/examples/physicsjs-full.js
index 96309861..e66ee712 100644
--- a/examples/physicsjs-full.js
+++ b/examples/physicsjs-full.js
@@ -34,7 +34,7 @@ var document = window.document;
* The top-level namespace. All of PhysicsJS is contained in
* the `Physics` namespace.
*
- * It may (and should) be invoked as a function to create a world instance. For all intensive purposes, [[Physics]] and [[Physics.world]] are the same thing.
+ * It may (and should) be invoked as a function to create a world instance. For all intents and purposes, [[Physics]] and [[Physics.world]] are the same thing.
*
* See [[new Physics.world]] for config options and function signature.
*
diff --git a/src/intro.js b/src/intro.js
index 8d993a37..02a118a8 100644
--- a/src/intro.js
+++ b/src/intro.js
@@ -22,7 +22,7 @@ var document = window.document;
* The top-level namespace. All of PhysicsJS is contained in
* the `Physics` namespace.
*
- * It may (and should) be invoked as a function to create a world instance. For all intensive purposes, [[Physics]] and [[Physics.world]] are the same thing.
+ * It may (and should) be invoked as a function to create a world instance. For all intents and purposes, [[Physics]] and [[Physics.world]] are the same thing.
*
* See [[new Physics.world]] for config options and function signature.
*