From c91b6d96c396956939f658ea57e73578ab4d11d2 Mon Sep 17 00:00:00 2001 From: Philipp Hugenroth Date: Tue, 30 Jan 2024 11:18:33 +0100 Subject: [PATCH] Update docs/frontend-system/building-plugins/04-built-in-data-refs.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Philipp Hugenroth --- docs/frontend-system/building-plugins/04-built-in-data-refs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend-system/building-plugins/04-built-in-data-refs.md b/docs/frontend-system/building-plugins/04-built-in-data-refs.md index c338dddc4a..d3b1468dd0 100644 --- a/docs/frontend-system/building-plugins/04-built-in-data-refs.md +++ b/docs/frontend-system/building-plugins/04-built-in-data-refs.md @@ -12,7 +12,7 @@ To have a better understanding of extension data references please read [extensi ## Built-in extension data references -Data references help to define the input & output of an extension. A data ref is uniquely identified through there `id`. Through the data ref strong typing is enforced for the input/output of the extension. +Data references help to define the inputs and outputs of an extension. A data ref is uniquely identified through its `id`. Through the data ref, strong typing is enforced for the input/output of the extension. ### Core Extension Data