fix(ingredients): fixed type on file providers

This commit is contained in:
Ethan Holz
2023-11-05 17:18:31 -06:00
parent 3c5f7bd21b
commit 06519d28af

View File

@@ -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: