From edee0827a5da1f3f61996ecb10b0481408a202a8 Mon Sep 17 00:00:00 2001 From: Yunobot <simone@yunohost.org> Date: Tue, 29 Jan 2019 02:05:22 +0000 Subject: [PATCH] Fixed minor typo. --- copy_image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy_image.md b/copy_image.md index c2312fb6..50d3e68b 100644 --- a/copy_image.md +++ b/copy_image.md @@ -34,7 +34,7 @@ dd if=/path/to/yunohost.img of=/dev/mmcblk0 ## Expand the root partition <small>(optional)</small> <div class="alert alert-warning" markdown="1"> -This step is optionnal as it should be performed automatically during the first +This step is optional as it should be performed automatically during the first boot on recent images. </div>