Skip to content

Commit

Permalink
Spell checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Cerqueira committed Oct 24, 2023
1 parent e0e0d2f commit b516df8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

[**Top**](#table-of-contents)

- Split feature:
- Split of feature:
- PromptPlus.TableSelect\<T> to Select item in table : Select row, column and data in a grid/table
- Samples in project [Table Select Samples](https://github.com/FRACerqueira/PromptPlus/tree/main/Samples/TableSelectSamples)
- PromptPlus.Table\<T> to write table in console : Show data in a grid/table
Expand Down
2 changes: 1 addition & 1 deletion Src/Controls/Calendar/CalendarStyles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public enum CalendarStyles
/// </summary>
Tooltips,
/// <summary>
/// Slider Region
/// Lines Region
/// </summary>
Lines,
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Src/NugetREADME.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PromptPlus **Supports 4/8/24-bit colors** in the terminal with auto-detection of

## What's new in V4.2.0

- Split feature:
- Split of feature:
- PromptPlus.TableSelect\<T> to Select item in table : Select row, column and data in a grid/table
- Samples in project [Table Select Samples](https://github.com/FRACerqueira/PromptPlus/tree/main/Samples/TableSelectSamples)
- PromptPlus.Table\<T> to write table in console : Show data in a grid/table
Expand Down
2 changes: 1 addition & 1 deletion Src/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PromptPlus was developed in C# with target frameworks:
*** What's new in V4.2.0 ***
----------------------------

- Split feature:
- Split of feature:
- PromptPlus.TableSelect<T> to Select item in table : Select row, column and data in a grid/table
- Samples in project [Table Select Samples](https://github.com/FRACerqueira/PromptPlus/tree/main/Samples/TableSelectSamples)
- PromptPlus.Table<T> to write table in console : Show data in a grid/table
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

## What's new in V4.2.0

- Split feature:
- Split of feature:
- PromptPlus.TableSelect\<T> to Select item in table : Select row, column and data in a grid/table
- Samples in project [Table Select Samples](https://github.com/FRACerqueira/PromptPlus/tree/main/Samples/TableSelectSamples)
- PromptPlus.Table\<T> to write table in console : Show data in a grid/table
Expand Down

0 comments on commit b516df8

Please sign in to comment.