From 0d02465cfba9f8d7b6a7db0f60c25f64c07ff715 Mon Sep 17 00:00:00 2001 From: "Matt Moore (via sockpuppet)" Date: Thu, 17 Sep 2020 14:01:59 +0000 Subject: [PATCH] [master] Format markdown Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github | grep -v docs/cmd/)` /assign grantr matzew n3wscott /cc grantr matzew n3wscott --- docs/source/receive-adapter.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/source/receive-adapter.md b/docs/source/receive-adapter.md index 1e1578ae9c3..bb025034c11 100644 --- a/docs/source/receive-adapter.md +++ b/docs/source/receive-adapter.md @@ -150,10 +150,9 @@ Kubernetes Service, or as a Knative Service. In both cases you can increase the number of receive adapter replicas for increase reliability and reducing downtime. -The -[GithubSource](https://github.com/knative-sandbox/eventing-github) -is a good example of a highly-available push-based receive adapter leveraging -Knative Service. +The [GithubSource](https://github.com/knative-sandbox/eventing-github) is a good +example of a highly-available push-based receive adapter leveraging Knative +Service. ### Pull model