From 21cf8efdd2d480a0173d2546db642a04e08c21d8 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Thu, 4 Jul 2019 06:10:29 +0300 Subject: [PATCH] . --- File-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-server.md b/File-server.md index 161cddb..0f4e906 100644 --- a/File-server.md +++ b/File-server.md @@ -65,7 +65,7 @@ Navigate to your program directory, that the `./assets` subdirectory exists and $ go-bindata ./assets/... ``` -The above creates a genereated go file which contains three main functions: `Asset`, `AssetInfo` and `AssetNames`. Use them on the `DirOptions`: +The above creates a generated go file which contains three main functions: `Asset`, `AssetInfo` and `AssetNames`. Use them on the `DirOptions`: ```go // [app := iris.New...]