Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1b64de7

Browse files
agriffardvnbaaij
andauthoredSep 23, 2023
Typo 'the the' (#773)
Co-authored-by: Vincent Baaij <vnbaaij@outlook.com>
1 parent 4f4e135 commit 1b64de7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you believe you have found a security vulnerability in any Microsoft-owned re
1212

1313
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://msrc.microsoft.com/create-report).
1414

15-
If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/en-us/msrc/pgp-key-msrc).
15+
If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/en-us/msrc/pgp-key-msrc).
1616

1717
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).
1818

‎examples/Demo/Shared/Pages/Autocomplete/Examples/AutocompleteCustomized.razor

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
The maximum number of selected items has been reached.
3838
</MaximumSelectedOptionsMessage>
3939

40-
@* Content display at the top of the the Popup area *@
40+
@* Content display at the top of the Popup area *@
4141
<HeaderContent>
4242
<FluentLabel Color="Color.Accent"
4343
Style="padding: 8px; font-size: 11px; border-bottom: 1px solid var(--neutral-fill-stealth-hover);">
4444
Suggested contacts
4545
</FluentLabel>
4646
</HeaderContent>
4747

48-
@* Content display at the bottom of the the Popup area *@
48+
@* Content display at the bottom of the Popup area *@
4949
<FooterContent>
5050
@if (!context.Any())
5151
{

‎src/Core/Components/DataGrid/FluentDataGridRow.razor.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public partial class FluentDataGridRow<TGridItem> : FluentComponentBase, IHandle
2323
public int? RowIndex { get; set; }
2424

2525
/// <summary>
26-
/// String that gets applied to the the css gridTemplateColumns attribute for the row
26+
/// String that gets applied to the css gridTemplateColumns attribute for the row
2727
/// </summary>
2828
[Parameter]
2929
public string? GridTemplateColumns { get; set; } = null;

0 commit comments

Comments
 (0)
Failed to load comments.