From c15d3db0a7a148a051ac1ebc6bd046f9c9945066 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 4 Jan 2021 16:21:52 +0100 Subject: [PATCH] Update .changeset/friendly-numbers-accept.md Co-authored-by: Adam Harvey --- .changeset/friendly-numbers-accept.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/friendly-numbers-accept.md b/.changeset/friendly-numbers-accept.md index 22def0de77..7890ec0c4a 100644 --- a/.changeset/friendly-numbers-accept.md +++ b/.changeset/friendly-numbers-accept.md @@ -4,7 +4,7 @@ Deprecate `$data` and replace it with `$include` which allows for any type of json value to be read from external files. In addition, `$include` can be used without a path, which causes the value at the root of the file to be loaded. -Most usages of `$data` can be directly replaced with `$include`, expect for if the referenced value is not a string, in which case the value needs to be changed. For example: +Most usages of `$data` can be directly replaced with `$include`, except if the referenced value is not a string, in which case the value needs to be changed. For example: ```yaml # app-config.yaml