Skip to content

Commit bc42b24

Browse files
authored
fix typo in link (#21311)
This fixes the build warning for the missing snippet file.
1 parent 0b7f5a8 commit bc42b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/tutorials/exploration/top-level-statements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Top-level statements can only be in one file, and that file cannot contain names
204204

205205
Finally, you can clean the animation code to remove some duplication:
206206

207-
:::code language="csharp" source="snippets/top-level-statements/Utiliities.cs" ID="Animation":::
207+
:::code language="csharp" source="snippets/top-level-statements/Utilities.cs" ID="Animation":::
208208

209209
Now you have a complete application, and you've refactored the reusable parts for later use.
210210

0 commit comments

Comments
 (0)