From 11241ffd5dec1b6c2ffcbc313ed3ee73dd3521c6 Mon Sep 17 00:00:00 2001 From: Neil Shadrach Date: Mon, 12 Jan 2026 15:12:35 +0000 Subject: [PATCH] Fix typo in README.md for 'repositories' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43bac65..b841823 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Github Webhook Resource [![Build Status](https://travis-ci.org/homedepot/github-webhook-resource.svg?branch=master)](https://travis-ci.org/homedepot/github-webhook-resource) [![Docker Pulls](https://img.shields.io/docker/pulls/homedepottech/github-webhook-resource.svg)](https://hub.docker.com/r/homedepottech/github-webhook-resource) -By default, Concourse will `check` your resources once per minute to see if they have updated. In order to reduce excessive `checks`, you must configure webhooks to trigger Concourse externally. This resource automatically configures your GitHub respoitories to send webhooks to your Concourse pipeline the instant a change happens. +By default, Concourse will `check` your resources once per minute to see if they have updated. In order to reduce excessive `checks`, you must configure webhooks to trigger Concourse externally. This resource automatically configures your GitHub repositories to send webhooks to your Concourse pipeline the instant a change happens. Resource Type Configuration ---------------------------