Skip to content

Commit a05274f

Browse files
authored
Fix #319
An extra `t` made it through review fixes #319
1 parent e8072cb commit a05274f

File tree

1 file changed

+1
-1
lines changed
  • docs/api/admin/methods/post/nodes

1 file changed

+1
-1
lines changed

docs/api/admin/methods/post/nodes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following `curl` example will install `node-red-contrib-foo`.
4343

4444
{% highlight shell %}
4545
curl -X POST http://localhost:1880/nodes -H "Content-Type: multipart/form-data" -F "tarball=@node-red-contrib-foo-1.0.3.tgz;type=application/x-compressed-tar;filename=node-red-contrib-foo-1.0.3.tgz"
46-
{% endhightlight %}
46+
{% endhighlight %}
4747

4848
### Response
4949

0 commit comments

Comments
 (0)