Skip to content

Commit 63e6416

Browse files
author
Jesse van Dijk
committed
Changed typos
1 parent 4b05991 commit 63e6416

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/about-hypernode/support/how-to-handle-os-and-room-change-upgrade.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
myst:
33
html_meta:
4-
description: Learn how our Xgrade proces work and how to make sure your Hypernode
4+
description: Learn how our Xgrade process work and how to make sure your Hypernode
55
is ready for the Debian Bookworm upgrade
6-
title: How does the Xgrade proces work
6+
title: How does the Xgrade process works
77
---
88

99
# What is the Xgrade process of Hypernode?
@@ -33,7 +33,7 @@ At a certain point, all services will be stopped to prevent new orders from bein
3333

3434
Before scheduling a Xgrade to Debian Bookworm/R405, you must check which Node.js version you are using. This is necessary because Node.js versions 6 and 10 are no longer supported on the new operating system. Standard Magento 2 does not make use of Nodejs, but if you use another CMS or have custom scripts that require them, you may need to update your setup.
3535

36-
You can check your Node.js version in two ways; withing the Control Panel, or on the CLI:
36+
You can check your Node.js version in two ways; within the Control Panel, Or through the CLI:
3737
Within the Control Panel: Navigate to Settings → Development.
3838

3939
```
@@ -54,7 +54,7 @@ With the upgrade to Debian Bookworm, the TLS configurations will also change. We
5454

5555
Below are the TLS configurations for Debian Buster:
5656

57-
Intermediate TLS configuratie:
57+
Intermediate TLS configuration:
5858

5959
```
6060
# intermediate configuration
@@ -71,7 +71,7 @@ ssl_stapling on;
7171
ssl_stapling_verify on;
7272
```
7373

74-
modern TLS configuratie:
74+
modern TLS configuration:
7575

7676
```
7777
# intermediate configuration
@@ -107,7 +107,7 @@ ssl_stapling on;
107107
ssl_stapling_verify on;
108108
```
109109

110-
modern TLS configuratie:
110+
modern TLS configuration:
111111

112112
```
113113
# modern configuration

0 commit comments

Comments
 (0)