From f1de920979777c3ab93efc23948ca65de4924f0e Mon Sep 17 00:00:00 2001 From: Kartik Sahu Date: Fri, 7 Aug 2026 03:58:21 +0530 Subject: [PATCH 1/3] docs: Fix comma placement in publishing section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c24df7bd63..ee43473611 100644 --- a/README.md +++ b/README.md @@ -97,4 +97,4 @@ You can then navigate to `http://localhost:3000` in your browser to see the docu ## Publishing -Publishing merged pull requests is not automatic and is initiated manually after changes have been reviewed on an internal staging server. There is no specific time guarantee for when PR updates will be available on but the intent is that they will usually be live within 24 hours. +Publishing merged pull requests is not automatic and is initiated manually after changes have been reviewed on an internal staging server. There is no specific time guarantee for when PR updates will be available on , but the intent is that they will usually be live within 24 hours. From bc49efb348bf9bb52f126ec68fedad4a4fff6f5d Mon Sep 17 00:00:00 2001 From: Kartik Sahu Date: Fri, 7 Aug 2026 19:15:58 +0530 Subject: [PATCH 2/3] docs: fix callout formatting in codebasics.md Add missing space after > in [!TIP] callout for consistent formatting with other callouts in the document. --- docs/editing/codebasics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/editing/codebasics.md b/docs/editing/codebasics.md index f44daaebfe..adfcb899bf 100644 --- a/docs/editing/codebasics.md +++ b/docs/editing/codebasics.md @@ -27,7 +27,7 @@ VS Code supports multiple cursors for fast, simultaneous edits. You can add seco `kb(editor.action.addSelectionToNextFindMatch)` selects the word at the cursor, or the next occurrence of the current selection. ->[!TIP] +> [!TIP] > You can skip the next matching occurrence while using multi-cursor find by running > `kb(editor.action.moveSelectionToNextFindMatch)`. This helps you avoid adding unwanted > selections when editing repeated text. From 93210213c0a6c2e7e5dfc98088fc8a04e3e62937 Mon Sep 17 00:00:00 2001 From: Nick Trogh Date: Mon, 10 Aug 2026 11:39:12 +0200 Subject: [PATCH 3/3] Undo edit to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee43473611..c24df7bd63 100644 --- a/README.md +++ b/README.md @@ -97,4 +97,4 @@ You can then navigate to `http://localhost:3000` in your browser to see the docu ## Publishing -Publishing merged pull requests is not automatic and is initiated manually after changes have been reviewed on an internal staging server. There is no specific time guarantee for when PR updates will be available on , but the intent is that they will usually be live within 24 hours. +Publishing merged pull requests is not automatic and is initiated manually after changes have been reviewed on an internal staging server. There is no specific time guarantee for when PR updates will be available on but the intent is that they will usually be live within 24 hours.