diff --git a/public/help/what-is-jsbin.md b/public/help/what-is-jsbin.md index f20f003..fee030e 100644 --- a/public/help/what-is-jsbin.md +++ b/public/help/what-is-jsbin.md @@ -17,7 +17,7 @@ JS Bin's motto is *"Hack. Learn. Fix. Teach"*, and JS Bin is a vehicle to achiev ## In plain English -JS Bin is a code sharing site. Along with the code, the complete *output* of the code is also be shared. As a user types in the editor "panels", they will see the output being generated in real-time in the output panel. +JS Bin is a code sharing site. Along with the code, the complete *output* of the code is also shared. As a user types in the editor "panels", they will see the output being generated in real-time in the output panel. There's a few common use cases for JS Bin. The first is teaching. Teachers will use JS Bin as a platform for showing how web languages work (HTML, CSS, JavaScript, but also languages that generate these, such as CoffeeScript, LESS and Markdown). @@ -27,4 +27,4 @@ Teachers can also use JS Bin's CodeCasting functionality. This is where the teac The second use case is in replicating bugs. Developers will use JS Bin to isolate and replicate bugs that demonstrates a particular problem. Then share the URL to the JS Bin either as the full output or the editor view of JS Bin. -Once this is shared, a good member of the web community can fix the code (which is saved to a new URL) and share that back with the original author. \ No newline at end of file +Once this is shared, a good member of the web community can fix the code (which is saved to a new URL) and share that back with the original author.