diff --git a/content/07-Tutorials/01-Getting Started/03-PaperScript Interoperability/tutorial.txt b/content/07-Tutorials/01-Getting Started/03-PaperScript Interoperability/tutorial.txt index 965b477..e9abd5e 100644 --- a/content/07-Tutorials/01-Getting Started/03-PaperScript Interoperability/tutorial.txt +++ b/content/07-Tutorials/01-Getting Started/03-PaperScript Interoperability/tutorial.txt @@ -1,4 +1,4 @@ -Both PaperScript and JavaScript have access to the Window scope, therefore you can use window.globals from the JavaScript and globals from PaperScript to pass information back and forth. +Both PaperScript and JavaScript have access to the Window scope, therefore you can use window.globals from the JavaScript and globals from PaperScript to pass information back and forth. JavaScript <=> PaperScript example