From b3af5278fbfc2f6c6c67388bbee84a9d303e52dd Mon Sep 17 00:00:00 2001 From: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> Date: Fri, 21 Nov 2025 13:06:52 -0500 Subject: [PATCH] Fix formatting in create-a-component.md Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> --- docs/getting-started/create-a-component.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/create-a-component.md b/docs/getting-started/create-a-component.md index 3148d4cd8e..b9a8c231cd 100644 --- a/docs/getting-started/create-a-component.md +++ b/docs/getting-started/create-a-component.md @@ -63,9 +63,9 @@ Perform the following steps: 2. Enter `CTRL-C` in the terminal window to stop the Backstage frontend and backend. 3. In the terminal window, enter: - ``` - export NODE_OPTIONS=--no-node-snapshot - ``` + ``` + export NODE_OPTIONS=--no-node-snapshot + ``` 4. Enter `yarn start` to restart the Backstage application. 5. Repeat steps to create the component.