From 2a7ab8400e6e3813a650bb7e4618ef9eddebe2b1 Mon Sep 17 00:00:00 2001 From: Adrian Hesketh Date: Fri, 1 Mar 2024 11:56:45 +0000 Subject: [PATCH] chore: fix typo --- docs/docs/04-core-concepts/01-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/04-core-concepts/01-components.md b/docs/docs/04-core-concepts/01-components.md index 159534c45..4b7db9394 100644 --- a/docs/docs/04-core-concepts/01-components.md +++ b/docs/docs/04-core-concepts/01-components.md @@ -84,7 +84,7 @@ func main() { } ``` -It is also possible to initialize a struct and call it's component method inline. +It is also possible to initialize a struct and call its component method inline. ```templ package main