From 5ba339f80f99e7e01036e1ef7651fc6820b0513e Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Mon, 26 Oct 2015 14:41:33 -0700 Subject: [PATCH] Fix typo in docs/build/publish.md --- docs/build/publish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/publish.md b/docs/build/publish.md index 1cd46f155..1ea7d7393 100644 --- a/docs/build/publish.md +++ b/docs/build/publish.md @@ -5,7 +5,7 @@ Drone uses the `publish` section of the `.drone.yml` to configure publish steps. An example configuration that builds a Docker image and publishes to the registry: ```yaml -pubish: +publish: docker: username: kevinbacon password: pa55word