From d46dd9c7206a467cd2bfa0386148d8240b5cd31e Mon Sep 17 00:00:00 2001 From: Henry Catalini Smith Date: Fri, 31 May 2024 09:17:29 +0200 Subject: [PATCH] Fix incorrect function name in readme --- plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/README.md b/plugin/README.md index decb475..05bf42f 100644 --- a/plugin/README.md +++ b/plugin/README.md @@ -682,7 +682,7 @@ The function should return `undefined` for all document members that should not #### Default function -The default `translationOutputs` is available using `import {defaultTranslationOutputs} from '@sanity/assist`. +The default `translationOutputs` is available using `import {defaultLanguageOutputs} from '@sanity/assist`. #### Example