From e37fb1aaad6265239dff1390a8c9c5bafde054c4 Mon Sep 17 00:00:00 2001 From: Luke Davis Date: Tue, 12 Mar 2024 20:11:26 -0400 Subject: [PATCH] Final try to fix code block in list item: it works now, but has an unexpected space. --- projectDocs/dev/buildingNVDAOnAppveyor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projectDocs/dev/buildingNVDAOnAppveyor.md b/projectDocs/dev/buildingNVDAOnAppveyor.md index 9f3ca81a989..05caa923dd5 100644 --- a/projectDocs/dev/buildingNVDAOnAppveyor.md +++ b/projectDocs/dev/buildingNVDAOnAppveyor.md @@ -114,7 +114,7 @@ To create a gist containing the `appveyor.yml` configuration file: 1. Change to the directory of your NVDA fork. 2. Type the following--replacing "YOUR_GITHUB_USERNAME" with your actual username, and changing the rest of the description in quotes however you prefer: - gh gist create appveyor.yml --desc "YOUR_GITHUB_USERNAME's appveyor.yml for building NVDA" + gh gist create appveyor.yml --desc "YOUR_GITHUB_USERNAME's appveyor.yml for building NVDA" If it worked, you should receive some output similar to the following: ```