From 3d3e0739c91c6f15a1ab08725cbbed778f4c209c Mon Sep 17 00:00:00 2001 From: Ivan Rainbolt Date: Sat, 18 Nov 2023 17:22:54 -0500 Subject: [PATCH] Update resources.md fixed line 255 :::NOTE to :::note to meet Docusaurus processing requirements --- docs/guides/styles-and-resources/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/styles-and-resources/resources.md b/docs/guides/styles-and-resources/resources.md index f89f4224d..003a2f182 100644 --- a/docs/guides/styles-and-resources/resources.md +++ b/docs/guides/styles-and-resources/resources.md @@ -252,7 +252,7 @@ The search moves upwards in the logical control tree, behaving at each level in Avalonia provides different options to access Resources from code. -:::NOTE +:::note `ResourceNode` in the below samples can be any node that supports `Resource`, like `Appliction.Current`, `Window`, `UserControl`, ...