1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Remove unnecessary comma. (#2312)

This commit is contained in:
Ryoichi Obara 2019-10-09 16:41:33 +09:00 committed by Dave Conway-Jones
parent bf9e04d9db
commit 16bda530f6

View File

@ -38,7 +38,7 @@
<pre>{ <pre>{
date: "Monday" date: "Monday"
payload: { payload: {
name: "Fred", name: "Fred"
} }
}</pre> }</pre>
<p>The resulting property will be: <p>The resulting property will be: