Skip to content

Commit 68766f7

Browse files
committed
Minor tweaks
1 parent a774483 commit 68766f7

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

docs/quickstart/first-app/dev-environment/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The dev container can also be run directly in GitHub via [CodeSpaces](https://do
4040
```
4141
3. **Open Visual Studio Code**: Launch VSCode on your machine.
4242
4. **Open Folder in Container**:
43-
- Run the command Dev Containers: Open Folder in Container... from the Command Palette (Cmd + Shift + P or Ctrl + Shift + P).
43+
- Run the command `Dev Containers: Open Folder in Container...` from the Command Palette (Cmd + Shift + P or Ctrl + Shift + P).
4444
- Select the folder containing the cloned repository.
4545

4646
Once you select the folder, VS Code will reload. If the container does not exist yet, it will automatically create one and clone the sample repository into an isolated container volume. This process may take a few moments, and progress will be displayed in the lower right corner of the VS Code window. After the container is ready, you can open a terminal within VS Code to access the container environment.

docs/quickstart/first-app/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,4 @@ Begin by following our [Setting Up Your Development Environment](./dev-environme
1818
- Using Visual Studio Code with Dev Containers for an integrated IDE experience
1919
- Using Docker interactively for a command-line workflow
2020

21-
Once your environment is ready, proceed to [Creatig Your First App](./first-container) to create your first Ocre application.
22-
23-
{: .note}
24-
While we recommend using our Docker-based development environment for consistency, experienced developers can also set up their own toolchain using the required components detailed in our documentation.
21+
Once your environment is ready, proceed to [Creating Your First App](./first-container) to create your first Ocre application.

0 commit comments

Comments
 (0)