Added double quotes around .NET in the tabs markup

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
This commit is contained in:
Whit Waldo 2025-03-18 10:18:52 -05:00
parent 6e990e4312
commit 2be7c994e1
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ As messages are sent to the given message handler code, there is no concept of r
The example below shows the different ways to stream subscribe to a topic.
{{< tabs .NET Python Go >}}
{{< tabs ".NET" Python Go >}}
{{% codetab %}}