diff --git a/content/news/this-month-240831.md b/content/news/this-month-240831.md
index 3b133fe13783a49210754cb4a6e8da6063428394..f3e15efda014b6d99c8b3fcf4cdba4c12576a4fc 100644
--- a/content/news/this-month-240831.md
+++ b/content/news/this-month-240831.md
@@ -74,7 +74,7 @@ Ribbon fixed a typo on the scripts that disabled the shebangs.
 
 The [scheme documentation](https://doc.redox-os.org/book/ch05-00-schemes-resources.html) (system API) is finally up-to-date! thanks to Ron Williams.
 
-We dropped the previous scheme path format (`scheme-name:resource-name`) to reduce the effort to port programs, now the schemes use the Unix path format (`/scheme/scheme-name/resource-name`) like other Unix-like operating systems.
+We dropped the previous scheme path format (`scheme-name:resource-name`) to reduce the effort to port programs, now the schemes use the Unix path format (`/scheme/scheme-name/resource-name`).
 
 (The `/scheme/` before the scheme daemon name is to avoid it to be treated as a file resource from RedoxFS, removing any confusion)