From eddd8b1ad6ce5fca5721ed67efb9151b76c1f521 Mon Sep 17 00:00:00 2001 From: KobeW50 <84587632+KobeW50@users.noreply.github.com> Date: Tue, 19 Dec 2023 19:11:32 -0500 Subject: [PATCH] docs: Fix typo (#2522) --- docs/2_skeleton.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2_skeleton.md b/docs/2_skeleton.md index 54418d4f4a..f2b613b75e 100644 --- a/docs/2_skeleton.md +++ b/docs/2_skeleton.md @@ -65,7 +65,7 @@ Let's start with understanding how a patch is structured. A patch is mainly buil and the patch itself. When executed, the dependency can prepare a preference screen and then initialize itself for further use by other patches._ - - Patches may set `@Path.description`. + - Patches may set `@Patch.description`. This annotation is used to describe the patch briefly. - Patches may set `@Patch.dependencies`.