Skip to content

Commit

Permalink
docs: fix typo in selector-utils.md (#2301)
Browse files Browse the repository at this point in the history
  • Loading branch information
isochronous authored Feb 13, 2025
1 parent 4d0d9b2 commit 0703de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/select/selector-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export class AnimalsSelectors {
<h1> Zebras and Pandas </h1>
@if (zebrasAndPandas(); as zebrasAndPandas) {
<ol>
<li>Zerba Count: {{ zebrasAndPandas.zebras?.length || 0 }}</li>
<li>Zebra Count: {{ zebrasAndPandas.zebras?.length || 0 }}</li>
<li>Panda Count: {{ zebrasAndPandas.pandas?.length || 0 }}</li>
</ol>
}
Expand Down

0 comments on commit 0703de6

Please sign in to comment.