From 320662fa431658cace961b43877136ce0ef5da8c Mon Sep 17 00:00:00 2001 From: Ville Aikas Date: Wed, 27 Mar 2019 11:11:51 -0700 Subject: [PATCH] fix typo Quele -> Queue (#1100) --- docs/eventing/sources/README.md | 2 +- docs/eventing/sources/sources.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/eventing/sources/README.md b/docs/eventing/sources/README.md index ddec1dc00..3da575187 100644 --- a/docs/eventing/sources/README.md +++ b/docs/eventing/sources/README.md @@ -27,7 +27,7 @@ These are sources that are installed as `CRD`s. Name | Status | Support | Description --- | --- | --- | --- -[AWS SQS](https://github.com/knative/eventing-sources/blob/master/pkg/apis/sources/v1alpha1/aws_sqs_types.go) | Proof of Concept | None | Brings [AWS Simple Quele Service](https://aws.amazon.com/sqs/) messages into Knative. +[AWS SQS](https://github.com/knative/eventing-sources/blob/master/pkg/apis/sources/v1alpha1/aws_sqs_types.go) | Proof of Concept | None | Brings [AWS Simple Queue Service](https://aws.amazon.com/sqs/) messages into Knative. [Apache Kafka](https://github.com/knative/eventing-sources/blob/master/contrib/kafka/pkg/apis/sources/v1alpha1/kafka_types.go) | Proof of Concept | None | Brings [Apache Kafka](https://kafka.apache.org/) messages into Knative. [Cron Job](https://github.com/knative/eventing-sources/blob/master/pkg/apis/sources/v1alpha1/cron_job_types.go) | Proof of Concept | None | Uses an in-memory timer to produce events on the specified Cron schedule. [GCP PubSub](https://github.com/knative/eventing-sources/blob/master/contrib/gcppubsub/pkg/apis/sources/v1alpha1/gcp_pubsub_types.go) | Proof of Concept | None | Brings [GCP PubSub](https://cloud.google.com/pubsub/) messages into Knative. diff --git a/docs/eventing/sources/sources.yaml b/docs/eventing/sources/sources.yaml index 45f6219b9..08e7d2beb 100644 --- a/docs/eventing/sources/sources.yaml +++ b/docs/eventing/sources/sources.yaml @@ -32,7 +32,7 @@ sources: status: Proof of Concept support: None description: > - Brings [AWS Simple Quele Service](https://aws.amazon.com/sqs/) messages into Knative. + Brings [AWS Simple Queue Service](https://aws.amazon.com/sqs/) messages into Knative. - name: Cron Job url: https://github.com/knative/eventing-sources/blob/master/pkg/apis/sources/v1alpha1/cron_job_types.go status: Proof of Concept