From 12162c7cd29ae00262aa47506e979306b9b80906 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:56:36 +0000 Subject: [PATCH] docs: align spelling of "labelled" in MCP tools table --- api-reference/mcp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/mcp.mdx b/api-reference/mcp.mdx index 4a6397d..7d06474 100644 --- a/api-reference/mcp.mdx +++ b/api-reference/mcp.mdx @@ -90,7 +90,7 @@ Authoring tools mutate a draft model. Trait and sample edits apply only while th |------|---------| | `train` | Train a draft model, or re-tune a ready one. Runs asynchronously. | | `discover_traits` | Derive intrinsic traits from a draft model's samples. Runs asynchronously. | -| `synthesize_samples` | Generate labeled samples from a draft model's trait definitions. Runs asynchronously. | +| `synthesize_samples` | Generate labelled samples from a draft model's trait definitions. Runs asynchronously. | | `tag_version` | Pin a tag to the active version. | | `untag_version` | Remove a tag. | | `activate_version` | Point the model at a version — roll back or pin. |