Remove double xref reference (#18509)

pull/18512/head
dymanoid 2020-05-27 20:49:33 +02:00 committed by GitHub
parent cc89ce11cb
commit bd35f71557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ Optional parameters aren't supported, so two [`@page`][9] directives are applied
### Component parameters
Components can have *component parameters*, which are defined using public properties on the component class with the [`[Parameter]`](xref:Microsoft.AspNetCore.Components.ParameterAttribute)](xref:Microsoft.AspNetCore.Components.ParameterAttribute) attribute. Use attributes to specify arguments for a component in markup.
Components can have *component parameters*, which are defined using public properties on the component class with the [`[Parameter]`](xref:Microsoft.AspNetCore.Components.ParameterAttribute) attribute. Use attributes to specify arguments for a component in markup.
*Components/ChildComponent.razor*: