Browse Source

Fix typos in installation documentation

pull/24165/head
Halil İbrahim Kalkan 3 months ago
committed by GitHub
parent
commit
f83bd3c398
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      docs/en/studio/installation.md

6
docs/en/studio/installation.md

@ -11,7 +11,7 @@ This document explains how to install the ABP Studio tool.
## Pre-requirements ## Pre-requirements
ABP Studio automatically instals most of the required dependencies. When you first launch the application, it will check for and install the following components if missed: ABP Studio automatically installs most of the required dependencies. When you first launch the application, it will check for and install the following components if missed:
* .NET SDK * .NET SDK
* Node.js * Node.js
@ -19,7 +19,7 @@ ABP Studio automatically instals most of the required dependencies. When you fir
* mkcert (for HTTPS development) * mkcert (for HTTPS development)
* WireGuard (for Kubernetes operations) * WireGuard (for Kubernetes operations)
However, the followings should be manually installed: However, the following should be manually installed:
### Docker (Required for Kubernetes Operations) ### Docker (Required for Kubernetes Operations)
@ -55,7 +55,7 @@ ABP Studio allows you to customize the user interface theme according to your pr
## Upgrading ## Upgrading
ABP Studio periodically checks for updates in the background, and when a new version of ABP Studio is available, you will be notified through a modal. ABP Studio periodically checks for updates in the background, and when a new version of ABP Studio is available, you will be notified through a modal.
The modal will prompt you to update to the latest version as below: The modal will prompt you to update to the latest version as follows:
![new-version-available-window](./images/new-version-available-window.png) ![new-version-available-window](./images/new-version-available-window.png)

Loading…
Cancel
Save