Skip to content

Commit

Permalink
Change word 'parsed' to 'compiled' (#32995)
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex committed Jul 4, 2024
1 parent 3c1eebc commit 2a063af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aspnetcore/mvc/views/razor.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ Razor comments are removed by the server before the webpage is rendered. Razor u

## Directives

Razor directives are represented by implicit expressions with reserved keywords following the `@` symbol. A directive typically changes the way a view is parsed or enables different functionality.
Razor directives are represented by implicit expressions with reserved keywords following the `@` symbol. A directive typically changes the way a view is compiled or functions.

Understanding how Razor generates code for a view makes it easier to understand how directives work.

Expand Down Expand Up @@ -810,7 +810,7 @@ In [Razor components](xref:blazor/components/index), `@using` also controls whic

## Directive attributes

Razor directive attributes are represented by implicit expressions with reserved keywords following the `@` symbol. A directive attribute typically changes the way an element is parsed or enables different functionality.
Razor directive attributes are represented by implicit expressions with reserved keywords following the `@` symbol. A directive attribute typically changes the way an element is compiled or functions.

### `@attributes`

Expand Down

0 comments on commit 2a063af

Please sign in to comment.