From 3fd45e045164f1014765b09259f44b7b639d9d10 Mon Sep 17 00:00:00 2001 From: rowo360 <59574371+rowo360@users.noreply.github.com> Date: Sat, 18 Jan 2025 09:32:38 +0100 Subject: [PATCH] Update README.md (adapt spelling) --- src/TestCentric/testcentric.gui/Elements/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TestCentric/testcentric.gui/Elements/README.md b/src/TestCentric/testcentric.gui/Elements/README.md index df11f3be..bfced766 100644 --- a/src/TestCentric/testcentric.gui/Elements/README.md +++ b/src/TestCentric/testcentric.gui/Elements/README.md @@ -28,7 +28,7 @@ In the current implementation, there are two separate hierarchies of UI Elements `IControlElement` is a bit of an anomaly. Unlike other interfaces, it may only be used by elements that are based on Windows Controls. It extends `IViewElement` to add properties `Location`, `Size`, `ClientSize`, `ContextMenu` and `ContextMenuStrip`. -**NOTE:** The `ContextMenu` property returns a Windows `Menu` instance and `ContextMenuStrip` returns a `ToolStripDropDownMenu`, both of these exposingt he underlying Windows implementation. This interface and its use will be reviewed in the future. +**NOTE:** The `ContextMenu` property returns a Windows `Menu` instance and `ContextMenuStrip` returns a `ToolStripDropDownMenu`, both of these exposing the underlying Windows implementation. This interface and its use will be reviewed in the future. ### IListBox @@ -116,4 +116,4 @@ A `ToolStripElement` wraps any Windows `ToolStripItem` and implements `IViewElem `ToolStripMenuElement` wraps a Windows `ToolStripMenuItem`, extending the base class to provide a collection of subordinate Windows menu items. -**NOTE:** This direct exposure of the underlying Windows implementation is contrary to the general intent of UI elements, but is done as a matter of expediency. We will review this in the future. \ No newline at end of file +**NOTE:** This direct exposure of the underlying Windows implementation is contrary to the general intent of UI elements, but is done as a matter of expediency. We will review this in the future.