Skip to content

Commit c5cab95

Browse files
committed
doc: fix to missing the for nRFVSC
Fixed the missing `the` before the |nRFVSC| shortcut. NCSDK-25286. Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
1 parent 5b86006 commit c5cab95

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

doc/nrf/app_dev/config_and_build/kconfig/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ See :ref:`zephyr:setting_configuration_values` in the Zephyr documentation for i
8888

8989
.. group-tab:: nRF Connect for VS Code
9090

91-
If you work with |nRFVSC|, you can use one of the following options:
91+
If you work with the |nRFVSC|, you can use one of the following options:
9292

9393
* Edit the :file:`prj.conf` directly in |VSC|.
9494
* Select an extra Kconfig fragment file when you `build an application <How to build an application_>`_.

doc/nrf/app_dev/device_guides/thingy91/thingy91_building_programming.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Complete the following steps to program firmware onto Thingy:91:
8181

8282
.. group-tab:: nRF Connect for VS Code
8383

84-
5. In |nRFVSC|, click the :guilabel:`Flash` option in the **Actions View**.
84+
5. In the |nRFVSC|, click the :guilabel:`Flash` option in the **Actions View**.
8585

8686
If you have multiple boards connected, you are prompted to pick a device at the top of the screen.
8787

doc/nrf/installation/recommended_versions.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ For more information on nrfjprog, see `Programming SoCs with nrfjprog`_.
380380

381381
It is recommended to use the latest version of the package when you :ref:`installing_vsc`.
382382

383-
|nRFVSC|
384-
========
383+
nRF Connect for Visual Studio Code
384+
==================================
385385

386386
|vsc_extension_description|
387387

doc/nrf/installation/updating.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ After you updated the |NCS| repositories to the new version and you need to migr
156156

157157
.. _vsc_update:
158158

159-
Updating |nRFVSC|
160-
*****************
159+
Updating the |nRFVSC|
160+
*********************
161161

162162
|VSC| checks for extension updates and automatically installs them when they are available.
163163
After an extension is updated, |VSC| prompts you to reload the application.

samples/cellular/lwm2m_client/sample_description.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Avoiding re-writing credentials to modem
290290
Every time the sample starts, it provisions the keys to the modem and this is only needed once.
291291
To speed up the start up, you can prevent the provisioning by completing the following steps using |VSC|:
292292

293-
1. In |nRFVSC|, `build the sample <How to build an application_>`_.
293+
1. In the |nRFVSC|, `build the sample <How to build an application_>`_.
294294
#. Under **Actions**, click :guilabel:`Kconfig`.
295295
#. Click :guilabel:`Application sample`.
296296
#. Under **LwM2M objects**, remove the key value next to :guilabel:`LwM2M pre-shared key for communication`.

0 commit comments

Comments
 (0)