Skip to content

Commit

Permalink
Remove unnecessary @ in Shortcodes docs (#17153)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco authored Dec 8, 2024
1 parent f433991 commit 505e942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/reference/modules/Shortcodes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Shortcodes can also be rendered via a liquid filter or html helper
=== "Razor"

``` html
@Html.Raw(@await Orchard.ShortcodesToHtmlAsync((string)Model.ContentItem.Content.RawHtml.Content.Html))
@Html.Raw(await Orchard.ShortcodesToHtmlAsync((string)Model.ContentItem.Content.RawHtml.Content.Html))
```

## Videos
Expand Down

0 comments on commit 505e942

Please sign in to comment.