📝docs: fix ID translation typo (#1691)

Fix review in #1690
pull/1694/head
fncolon 2022-01-07 17:32:03 +07:00 committed by GitHub
parent 2c9410cb9c
commit 9eab0c5cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -286,7 +286,7 @@ Fiber mengalihkan ke [html/template](https://golang.org/pkg/html/template/) saat
Jika kamu ingin menjalankan sebagian atau menggunakan mesin yang berbeda seperti [amber](https://github.com/eknkc/amber), [handlebars](https://github.com/aymerick/raymond), [mustache](https://github.com/cbroglie/mustache) atau [pug](https://github.com/Joker/jade) dan lain-lain..
Lihat [Template](https://github.com/gofiber/template) kami paket yang mendukung beberapa mesin tampilan.
Lihat paket [contoh](https://github.com/gofiber/template) kami yang mendukung beberapa mesin tampilan.
```go
package main
@ -522,7 +522,7 @@ func main() {
## 🧬 Middleware Internal
Kumpulan `middleware` yang ada didalam kerangkaa kerja Fiber.
Kumpulan `middleware` yang ada didalam kerangka kerja Fiber.
| Middleware | Description |
| :------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |