From 153e7e01ff997d2ae34ac53bfcd996d385695eb7 Mon Sep 17 00:00:00 2001 From: Lisa Gunn <44206363+lsgunnlsgunn@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:22:34 -0800 Subject: [PATCH] Update bind.md Need backticks in the Arguments table to prevent this function from crashing Docusaurus. --- docs/builtins/General/bind.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/builtins/General/bind.md b/docs/builtins/General/bind.md index 08530596b..7eceda4ae 100644 --- a/docs/builtins/General/bind.md +++ b/docs/builtins/General/bind.md @@ -16,8 +16,8 @@ Use the following arguments to specify the `src` object and `bindings` for the ` | Argument | Type | Description | | --- | --- | --- | -| `src` | object:{row} | Specifies the source object to evaluate. | -| `bindings` | binding:{row} | Specifies the bindings to apply to the `src` object. | +| `src` | `object:{row}` | Specifies the source object to evaluate. | +| `bindings` | `binding:{row}` | Specifies the bindings to apply to the `src` object. | ### Return values