From 0727427aab4945b945fa14c6f30db82044a6e349 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sun, 1 Sep 2024 23:15:29 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Ron Williams <ron.williams.redox@gmail.com>
---
 content/news/this-month-240831.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/news/this-month-240831.md b/content/news/this-month-240831.md
index 3b133fe1..f3e15efd 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)
 
-- 
GitLab