summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Fernando Lopez Fernandez <[email protected]>2024-05-06 17:11:45 -0400
committerGitHub <[email protected]>2024-05-06 14:11:45 -0700
commitdef8e8e34ed2b7b1deb2fc9112ac4255f1a0f2ba (patch)
tree5c499589ee98605187f688a903457dead0361aea
parent9615afcd51fcd53feb3e5496f77a47261d223acc (diff)
[input/kbfiltr] Remove Boilerplate Text From Callout in Sample Keyboard Input Driver Doc (#1165)
The current version of the `README.md` file for the keyboard filter driver sample erroneously includes what looks like boilerplate text in the callout at the bottom of the file. This text explains to the writer of the documentation what to include in the callout text, and should therefore have been removed when the actual content was added. This change simply removes this change from the callout text.
-rw-r--r--input/kbfiltr/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/kbfiltr/README.md b/input/kbfiltr/README.md
index a40b084e..d7ea125b 100644
--- a/input/kbfiltr/README.md
+++ b/input/kbfiltr/README.md
@@ -107,4 +107,4 @@ On the target computer, in a Command Prompt window, enter **devmgmt** to open De
To use the test application provided with the sample, it must be copied to the target computer manually. Save the kbftest.exe file from the folder where the build result is placed (for example, exe\\Debug). This file is copied somewhere on the target, possibly where the driver package files are located. The test application is the executed on the target computer in a Command Prompt using **kbftest** as the command.
> [!TIP]
-> Optional information to help a user be more successfulTo avoid DLL dependencies for kbftext.exe, and the need to copy additional files, select the statically linked run-time library when building.
+> To avoid DLL dependencies for kbftext.exe, and the need to copy additional files, select the statically linked run-time library when building.