From 55689caa1dcb62ef1ce79e174728215229ba8197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gedas=20Luko=C5=A1ius?= Date: Mon, 8 Jan 2018 16:19:24 +0200 Subject: [PATCH] Change array key from style to borderStyle --- docs/topics/recipes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/topics/recipes.md b/docs/topics/recipes.md index 4d6e650c..401f7274 100644 --- a/docs/topics/recipes.md +++ b/docs/topics/recipes.md @@ -801,10 +801,10 @@ outline | setOutline() **\PhpOffice\PhpSpreadsheet\Style\Border** -Array key | Maps to property -----------|------------------- -style | setBorderStyle() -color | getColor() +Array key | Maps to property +------------|------------------- +borderStyle | setBorderStyle() +color | getColor() **\PhpOffice\PhpSpreadsheet\Style\Alignment**