From 06519d28affd8e2f2ad853895a5e66a60f58a00c Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Sun, 5 Nov 2023 17:18:31 -0600 Subject: [PATCH] fix(ingredients): fixed type on file providers --- src/content/docs/ingredients/file-providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/ingredients/file-providers.md b/src/content/docs/ingredients/file-providers.md index a444e1c..7540a9e 100644 --- a/src/content/docs/ingredients/file-providers.md +++ b/src/content/docs/ingredients/file-providers.md @@ -1,5 +1,5 @@ --- -title: grlx.ingedients.file.providers +title: grlx.ingredients.file.providers description: grlx built-in file providers --- `grlx` has a concept of file providers for different ways that you might obtain a file to be added to a given sprout. This uses a provider interface to keep this extensible and provide a standard way to use different file types. The `go` interface for File Providers looks like the following: