diff --git a/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_nvme.mdx b/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_nvme.mdx
index 2361b5d29..b4111840a 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_nvme.mdx
+++ b/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_nvme.mdx
@@ -7,7 +7,7 @@ import { PreView } from "@site/src/utils/docs";
- Use the system utility rsetup to flash the SPI.
-- Flush the system image to the NVME SSD.
+- Flash the system image to the NVME SSD.
- Unplug the SD card and boot from NVME.
@@ -15,7 +15,7 @@ import { PreView } from "@site/src/utils/docs";
Refer to the section on making a MicroSD boot disc to install the system on the SD card.
-Here the SD card acts as a boot disk for x86, the purpose is to get the spi.img, and flush the spi.img to the spi flash.
+Here the SD card acts as a boot disk for x86, the purpose is to get the spi.img, and flash the spi.img to the spi flash.
After booting from the SD card, execute the following command to update the system.
@@ -24,7 +24,7 @@ sudo apt-get update
sudo apt-get full-upgrade
```
-### Use the system utility rsetup to flush the SPI.
+### Use the system utility rsetup to flash the SPI.
