Skip to content

Commit f1988f9

Browse files
jamespeggmsfussell
andauthored
Fix tab formatting for JavaScript section in Bindings How-To (#4959)
Removed erroneous characters from example tab header (`%}}`) Signed-off-by: James Pegg <jamescpegg@gmail.com> Co-authored-by: Mark Fussell <markfussell@gmail.com>
1 parent b4dc72d commit f1988f9

File tree

1 file changed

+1
-1
lines changed
  • daprdocs/content/en/developing-applications/building-blocks/bindings

1 file changed

+1
-1
lines changed

daprdocs/content/en/developing-applications/building-blocks/bindings/howto-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ func main() {
242242

243243
{{% /tab %}}
244244

245-
{{% tab "JavaScript%}}" %}}
245+
{{% tab "JavaScript" %}}
246246

247247
```javascript
248248
//dependencies

0 commit comments

Comments
 (0)