Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Mar 1, 2024
1 parent 0ac072f commit 2a7ab84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/04-core-concepts/01-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a7ab84

Please sign in to comment.