Fix typo.

This commit is contained in:
Gabriel Simmer 2021-05-29 22:51:23 +01:00
parent c8a898d861
commit e888ca1759

View file

@ -83,7 +83,7 @@ and building this project.
New file providers can be implemented by building off the
`FileProviderInterface` struct, as the existing providers demonstrate. You can
then instruct the [`TranslateProvider()`](https://github.com/gmemstr/sliproad/blob/master/files/fileutils.go#L8-L21)
then instruct the [`TranslateProvider()`](https://github.com/gmemstr/sliproad/blob/master/files/fileutils.go#L8-L21) function
that it exists and how to configure it.
## Authentication [!]