From 901576c4a4a490d6c1ea59ad8751478056ae1581 Mon Sep 17 00:00:00 2001 From: Victor Zamanian Date: Sun, 11 Feb 2018 17:11:45 +0100 Subject: [PATCH] Fix grammar in book.json. --- book.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book.json b/book.json index 642f2db..efdce32 100644 --- a/book.json +++ b/book.json @@ -1,5 +1,5 @@ { - "title": "The Redox Operating-System", - "description": "This books carefully describes the design, implementation, direction, and structure of Redox, the operating-system.", + "title": "The Redox Operating System", + "description": "This book carefully describes the design, implementation, direction, and structure of Redox, the operating system.", "author": "Ticki" } -- GitLab