fix typos

This commit is contained in:
Paramtamtam 2022-01-29 01:11:44 +05:00
parent be0a3c4820
commit f71b07f647
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
### Changed
- It is now possible to use [golang-tags of templates](https://pkg.go.dev/text/template) in error page templates and formatted (`json`, `xml`) responses [#49]
- Health-check route become `/healthz` (instead `/health/live`, previous route marked ad deprecated) [#49]
- Health-check route become `/healthz` (instead `/health/live`, previous route marked as deprecated) [#49]
### Added

View File

@ -53,7 +53,7 @@ Please, take a look at [our Wiki][wiki] for the common usage stories:
- [Pages generator][wiki-generator] (build your own error page set)
- [Static error pages][wiki-static-error-pages] (extract generated static error pages from the docker image)
- [Usage with nginx][wiki-usage-with-nginx] (include our error pages into an image with nginx)
- [Usage with Traekik and local Docker Compose][wiki-traefik-docker-compose] (it's a good starting point for the tests)
- [Usage with Traefik and local Docker Compose][wiki-traefik-docker-compose] (it's a good starting point for the tests)
- [Usage with Traefik and Docker Swarm][wiki-traefik-swarm]
- [Kubernetes & ingress nginx][wiki-k8s-ingress-nginx]