Commit c707a4e7 authored by Hu Shuai's avatar Hu Shuai Committed by GitHub

Fix small typos and grammar (#4988)

Signed-off-by: default avatarHu Shuai <hus.fnst@fujitsu.com>
parent e004c93c
...@@ -38,9 +38,9 @@ ...@@ -38,9 +38,9 @@
# * make release # * make release
# * make github-push # * make github-push
# #
# Testing this is hard-ish as you don't want to accidentially release a coredns. If not executing the github-push target # Testing this is hard-ish as you don't want to accidentally release a coredns. If not executing the github-push target
# you should be fine. # you should be fine.
# The Docker image creation and upload is now a seperate step because it was failing too often. See the Makefile.docker for # Docker image creation and upload are now separate steps, because it often failed before. See the Makefile.docker for
# details. # details.
ifeq (, $(shell which curl)) ifeq (, $(shell which curl))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment