Added comma

pull/2540/head
Allan Tito 7 years ago committed by GitHub
parent 6c0aa3b9ef
commit dfcc13dbc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
title: The @debug tag title: The @debug tag
--- ---
Occasionally it's useful to inspect a piece of data as it flows through your app. Occasionally, it's useful to inspect a piece of data as it flows through your app.
One approach is to use `console.log(...)` inside your markup. If you want to pause execution, though, you can use the `{@debug ...}` tag with a comma-separated list of values you want to inspect: One approach is to use `console.log(...)` inside your markup. If you want to pause execution, though, you can use the `{@debug ...}` tag with a comma-separated list of values you want to inspect:

Loading…
Cancel
Save