From 962380a17f8c7fc679d299f9f97aac70ce380cd3 Mon Sep 17 00:00:00 2001 From: Justin Buchanan Date: Tue, 20 Dec 2016 18:13:14 -0800 Subject: [PATCH] Fixed minor typo in container registry docs "paramerts" -> "parameters" --- docs/container_registry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/container_registry.md b/docs/container_registry.md index fc40f480..eebd26b5 100644 --- a/docs/container_registry.md +++ b/docs/container_registry.md @@ -3,7 +3,7 @@ GitLab Container Registry Since `8.8.0` GitLab introduces container registry. GitLab is helping to authenticate the user against the registry and proxy it via NGINX. If we are talking about [Registry](https://docs.docker.com/registry) we are meaning the registry from docker and Container Registry is the feature of GitLab. - [Prerequisites](#prerequisites) -- [Available Paramerts](#available-parameters) +- [Available Parameters](#available-parameters) - [Installation](#installation) - [Maintenance](#maintenance) - [Creating Backups](#creating-backups)