From fec674e797b1898cc7008b785b865e9b86b2746a Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Mon, 13 Mar 2017 12:33:24 +0900 Subject: [PATCH] Typo --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 35b31b3e..653a4fb3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -54,8 +54,8 @@ $writer->save('hello world.xlsx'); ## Learn by example -A good way to get started is to run some of the samples. Serve the sample via -PHP built-in webserver; +A good way to get started is to run some of the samples. Serve the samples via +PHP built-in webserver: ```sh php -S localhost:8000 -t vendor/phpoffice/phpspreadsheet/samples