From 5a287f6ad35afe61e1c4b560fbadbb5fd661b12f Mon Sep 17 00:00:00 2001 From: Akira Fujimoto <18080605+akrfjmt@users.noreply.github.com> Date: Wed, 17 Apr 2019 13:29:39 +0900 Subject: [PATCH] Fix typo in build/README.md (#10307) --- build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/README.md b/build/README.md index 8f8890a9c2..8ce9f62028 100644 --- a/build/README.md +++ b/build/README.md @@ -4,7 +4,7 @@ This folder contains some files that we use to build the `mattermost-server` usi PRs opened against the `mattermost-server` repository will use the file called `Jenkinsfile.pr` -The `Dockerfile` in this folder (`Dockerfile.buildenv`) is the build environment for our current builds you can find the docker image to downalod [here](https://hub.docker.com/r/mattermost/mattermost-build-server/tags/) or build your own. +The `Dockerfile` in this folder (`Dockerfile.buildenv`) is the build environment for our current builds you can find the docker image to download [here](https://hub.docker.com/r/mattermost/mattermost-build-server/tags/) or build your own.