Fixed misspelling of scrollview

This commit is contained in:
mrboring
2021-01-02 10:38:02 +00:00
parent 74608fec0d
commit 2674a3b21a
3 changed files with 3 additions and 3 deletions

View File

@@ -427,7 +427,7 @@ namespace Terminal.Gui {
bool autoHideScrollBars = true;
/// <summary>
/// Represents the contents of the data shown inside the scrolview
/// Represents the contents of the data shown inside the scrollview
/// </summary>
/// <value>The size of the content.</value>
public Size ContentSize {

View File

@@ -515,7 +515,7 @@ Represents the top left corner coordinate that is displayed by the scrollview
<a id="Terminal_Gui_ScrollView_ContentSize_" data-uid="Terminal.Gui.ScrollView.ContentSize*"></a>
<h4 id="Terminal_Gui_ScrollView_ContentSize" data-uid="Terminal.Gui.ScrollView.ContentSize">ContentSize</h4>
<div class="markdown level1 summary">
Represents the contents of the data shown inside the scrolview
Represents the contents of the data shown inside the scrollview
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>

File diff suppressed because one or more lines are too long