From 5a9c8aef8f3f51aa39799a1dc0bfbaea7856091b Mon Sep 17 00:00:00 2001
From: Prajakta Darade <107802412+prajakta-1527@users.noreply.github.com>
Date: Mon, 27 Mar 2023 15:02:49 +0530
Subject: [PATCH] corrected example code (#12466)

---
 website/docs/api/coref.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/docs/api/coref.mdx b/website/docs/api/coref.mdx
index 8647f35d1..0b9ebb888 100644
--- a/website/docs/api/coref.mdx
+++ b/website/docs/api/coref.mdx
@@ -64,7 +64,7 @@ details on the architectures and their arguments and hyperparameters.
 > config={
 >     "model": DEFAULT_COREF_MODEL,
 >     "span_cluster_prefix": DEFAULT_CLUSTER_PREFIX,
-> },
+> }
 > nlp.add_pipe("experimental_coref", config=config)
 > ```