From 46a4b4e68297be70d99717c4dfc2a867cd68d77c Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 27 Nov 2020 22:37:50 +0000 Subject: [PATCH] Update cookbook.md Close a bracket --- pages/cookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/cookbook.md b/pages/cookbook.md index 7fffd0e..f9fc5d4 100644 --- a/pages/cookbook.md +++ b/pages/cookbook.md @@ -107,7 +107,7 @@ How to create RW flash drive: ``` # rw ``` -2. Create the empty image file of the desire size (1Gb in this example. +2. Create the empty image file of the desire size (1Gb in this example). ``` # dd if=/dev/zero of=/root/flash.img bs=1024 ```