From 7be9c8af5903e8d27df6908e8aacb56104ad01f5 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 29 Mar 2023 13:03:28 +0100 Subject: [PATCH] Fix typo --- docs/PerUserInstallers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PerUserInstallers.html b/docs/PerUserInstallers.html index 1469ea9..f4c8e04 100644 --- a/docs/PerUserInstallers.html +++ b/docs/PerUserInstallers.html @@ -157,7 +157,7 @@ This can be used by the built-in Windows OpenSSH client by adding an Inclu

Use the following PowerShell one-liner to download the latest Compose file from the libX11 project to %USERPROFILE%\.XCompose. You can then disable all of the Sequences on the Composing tab to use only these sequences.

-

[IO.File]::WriteAllLines("$env:USERPROFILE\.Xcompose", [string]((Invoke-WebRequest "https://gitlab.freedesktop.org/xorg/lib/libx11/-/raw/master/nls/en_US.UTF-8/Compose.pre").Content).replace('XCOMM', '#'))

+

[IO.File]::WriteAllLines("$env:USERPROFILE\.XCompose", [string]((Invoke-WebRequest "https://gitlab.freedesktop.org/xorg/lib/libx11/-/raw/master/nls/en_US.UTF-8/Compose.pre").Content).replace('XCOMM', '#'))