From 16eb6bfd23a26997523b86c0fe5428103ec95b8a Mon Sep 17 00:00:00 2001 From: Ryan Abernathey Date: Sun, 2 Oct 2022 23:00:57 -0400 Subject: [PATCH] correct typo --- docs/what_is_pangeo_forge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/what_is_pangeo_forge.md b/docs/what_is_pangeo_forge.md index fef06dbd..0a01173b 100644 --- a/docs/what_is_pangeo_forge.md +++ b/docs/what_is_pangeo_forge.md @@ -10,7 +10,7 @@ Pangeo Forge is made of two main components: - {doc}`pangeo_forge_recipes/index` - an open source Python package, which allows you to create and run ETL pipelines ("recipes") and run them from your own computers. -- {doc}`pangeo_forge_cloud/index` - a cloud-based automation framework with runs these recipes in the cloud from code stored in GitHub. +- {doc}`pangeo_forge_cloud/index` - a cloud-based automation framework which runs these recipes in the cloud from code stored in GitHub. Pangeo Forge is inspired directly by [Conda Forge](https://conda-forge.org/), a community-led collection of recipes for building conda packages.