From 4fbdaa62f9f6c5ba3a0d53d3f05bd92c94af467d Mon Sep 17 00:00:00 2001 From: hi019 Date: Sun, 27 Sep 2020 19:14:02 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20example=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/README.md | 2 +- .github/README_ar_SA.md | 2 +- .github/README_de.md | 2 +- .github/README_es.md | 2 +- .github/README_fr.md | 2 +- .github/README_he.md | 2 +- .github/README_id.md | 2 +- .github/README_ja.md | 2 +- .github/README_ko.md | 2 +- .github/README_nl.md | 2 +- .github/README_pt.md | 2 +- .github/README_ru.md | 2 +- .github/README_tr.md | 2 +- .github/README_zh-CN.md | 2 +- .github/README_zh-TW.md | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/README.md b/.github/README.md index 9b81f328..6f756a6b 100644 --- a/.github/README.md +++ b/.github/README.md @@ -173,7 +173,7 @@ func main() { // GET /api/register app.Get("/api/*", func(c *fiber.Ctx) error { msg := fmt.Sprintf("✋ %s", c.Params("*")) - return c.SendString(msg) // => ✋ /api/register + return c.SendString(msg) // => ✋ register }) log.Fatal(app.Listen(":3000")) diff --git a/.github/README_ar_SA.md b/.github/README_ar_SA.md index 5eb5aa17..f391316a 100644 --- a/.github/README_ar_SA.md +++ b/.github/README_ar_SA.md @@ -191,7 +191,7 @@ func main() { // GET /api/register app.Get("/api/*", func(c *fiber.Ctx) error { msg := fmt.Sprintf("✋ %s", c.Params("*")) - return c.SendString(msg) // => ✋ /api/register + return c.SendString(msg) // => ✋ register }) log.Fatal(app.Listen(":3000")) diff --git a/.github/README_de.md b/.github/README_de.md index d28640ed..7728dbae 100644 --- a/.github/README_de.md +++ b/.github/README_de.md @@ -173,7 +173,7 @@ func main() { // GET /api/register app.Get("/api/*", func(c *fiber.Ctx) error { msg := fmt.Sprintf("✋ %s", c.Params("*")) - return c.SendString(msg) // => ✋ /api/register + return c.SendString(msg) // => ✋ register }) log.Fatal(app.Listen(":3000")) diff --git a/.github/README_es.md b/.github/README_es.md index 33da6b1b..5247a9c3 100644 --- a/.github/README_es.md +++ b/.github/README_es.md @@ -173,7 +173,7 @@ func main() { // GET /api/register app.Get("/api/*", func(c *fiber.Ctx) error { msg := fmt.Sprintf("✋ %s", c.Params("*")) - return c.SendString(msg) // => ✋ /api/register + return c.SendString(msg) // => ✋ register }) log.Fatal(app.Listen(":3000")) diff --git a/.github/README_fr.md b/.github/README_fr.md index 6f7fba2b..d06f1048 100644 --- a/.github/README_fr.md +++ b/.github/README_fr.md @@ -173,7 +173,7 @@ func main() { // GET /api/register app.Get("/api/*", func(c *fiber.Ctx) error { msg := fmt.Sprintf("✋ %s", c.Params("*")) - return c.SendString(msg) // => ✋ /api/register + return c.SendString(msg) // => ✋ register }) log.Fatal(app.Listen(":3000")) diff --git a/.github/README_he.md b/.github/README_he.md index 36c3ef2d..720a7743 100644 --- a/.github/README_he.md +++ b/.github/README_he.md @@ -224,7 +224,7 @@ func main() { // GET /api/register app.Get("/api/*", func(c *fiber.Ctx) error { msg := fmt.Sprintf("✋ %s", c.Params("*")) - return c.SendString(msg) // => ✋ /api/register + return c.SendString(msg) // => ✋ register }) log.Fatal(app.Listen(":3000")) diff --git a/.github/README_id.md b/.github/README_id.md index 60161d16..aa5994da 100644 --- a/.github/README_id.md +++ b/.github/README_id.md @@ -175,7 +175,7 @@ func main() { // GET /api/register app.Get("/api/*", func(c *fiber.Ctx) error { msg := fmt.Sprintf("✋ %s", c.Params("*")) - return c.SendString(msg) // => ✋ /api/register + return c.SendString(msg) // => ✋ register }) log.Fatal(app.Listen(":3000")) diff --git a/.github/README_ja.md b/.github/README_ja.md index ceed6ea5..502f7321 100644 --- a/.github/README_ja.md +++ b/.github/README_ja.md @@ -176,7 +176,7 @@ func main() { // GET /api/register app.Get("/api/*", func(c *fiber.Ctx) error { msg := fmt.Sprintf("✋ %s", c.Params("*")) - return c.SendString(msg) // => ✋ /api/register + return c.SendString(msg) // => ✋ register }) log.Fatal(app.Listen(":3000")) diff --git a/.github/README_ko.md b/.github/README_ko.md index ddf70c50..da5b6b1e 100644 --- a/.github/README_ko.md +++ b/.github/README_ko.md @@ -178,7 +178,7 @@ func main() { // GET /api/register app.Get("/api/*", func(c *fiber.Ctx) error { msg := fmt.Sprintf("✋ %s", c.Params("*")) - return c.SendString(msg) // => ✋ /api/register + return c.SendString(msg) // => ✋ register }) log.Fatal(app.Listen(":3000")) diff --git a/.github/README_nl.md b/.github/README_nl.md index 2e9dd718..98465ba1 100644 --- a/.github/README_nl.md +++ b/.github/README_nl.md @@ -177,7 +177,7 @@ func main() { // GET /api/register app.Get("/api/*", func(c *fiber.Ctx) error { msg := fmt.Sprintf("✋ %s", c.Params("*")) - return c.SendString(msg) // => ✋ /api/register + return c.SendString(msg) // => ✋ register }) log.Fatal(app.Listen(":3000")) diff --git a/.github/README_pt.md b/.github/README_pt.md index 81920395..7a6b2bc0 100644 --- a/.github/README_pt.md +++ b/.github/README_pt.md @@ -173,7 +173,7 @@ func main() { // GET /api/register app.Get("/api/*", func(c *fiber.Ctx) error { msg := fmt.Sprintf("✋ %s", c.Params("*")) - return c.SendString(msg) // => ✋ /api/register + return c.SendString(msg) // => ✋ register }) log.Fatal(app.Listen(":3000")) diff --git a/.github/README_ru.md b/.github/README_ru.md index 4f4d3f8d..6c03c26d 100644 --- a/.github/README_ru.md +++ b/.github/README_ru.md @@ -175,7 +175,7 @@ func main() { // GET /api/register app.Get("/api/*", func(c *fiber.Ctx) error { msg := fmt.Sprintf("✋ %s", c.Params("*")) - return c.SendString(msg) // => ✋ /api/register + return c.SendString(msg) // => ✋ register }) log.Fatal(app.Listen(":3000")) diff --git a/.github/README_tr.md b/.github/README_tr.md index e327ac14..2334ba49 100644 --- a/.github/README_tr.md +++ b/.github/README_tr.md @@ -171,7 +171,7 @@ func main() { // GET /api/register app.Get("/api/*", func(c *fiber.Ctx) error { msg := fmt.Sprintf("✋ %s", c.Params("*")) - return c.SendString(msg) // => ✋ /api/register + return c.SendString(msg) // => ✋ register }) log.Fatal(app.Listen(":3000")) diff --git a/.github/README_zh-CN.md b/.github/README_zh-CN.md index d2f30df2..8023a6db 100644 --- a/.github/README_zh-CN.md +++ b/.github/README_zh-CN.md @@ -176,7 +176,7 @@ func main() { // GET /api/register app.Get("/api/*", func(c *fiber.Ctx) error { msg := fmt.Sprintf("✋ %s", c.Params("*")) - return c.SendString(msg) // => ✋ /api/register + return c.SendString(msg) // => ✋ register }) log.Fatal(app.Listen(":3000")) diff --git a/.github/README_zh-TW.md b/.github/README_zh-TW.md index d270b608..e2ef6270 100644 --- a/.github/README_zh-TW.md +++ b/.github/README_zh-TW.md @@ -175,7 +175,7 @@ func main() { // GET /api/register app.Get("/api/*", func(c *fiber.Ctx) error { msg := fmt.Sprintf("✋ %s", c.Params("*")) - return c.SendString(msg) // => ✋ /api/register + return c.SendString(msg) // => ✋ register }) log.Fatal(app.Listen(":3000"))