From cc3ca64f25f7161333cb347ae94723147776f4ad Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Sun, 28 Jan 2024 10:55:18 +0000 Subject: [PATCH 1/2] Update netlify.toml --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index e97f217f..3c9dab14 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ publish = "build" functions = "api" -# Environmental variables and optioanl secrets +# Environmental variables and optional secrets [build.environment] # Build configuration env vars (uncomment if you want to conigure these) # CI="false" # Set CI to false, to prevent warnings from exiting the build From 55f30f5537fa25def430a19c6671c648d1ae9441 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Sun, 28 Jan 2024 10:56:56 +0000 Subject: [PATCH 2/2] Update docs.ts --- src/utils/docs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/docs.ts b/src/utils/docs.ts index 12c87a65..ae94ccee 100644 --- a/src/utils/docs.ts +++ b/src/utils/docs.ts @@ -557,7 +557,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. export const supportUs = [ "Web-Check is free to use without restriction.", - "All the code is open source, so you're also free to deploy your own instance, as well as fork, modify and distribute the code in both private and commerical settings.", + "All the code is open source, so you're also free to deploy your own instance, as well as fork, modify and distribute the code in both private and commercial settings.", "Running web-check does cost me a small amount of money each month, so if you're finding the app useful, consider sponsoring me on GitHub if you're able to. Even just $1 or $2/month would be a huge help in supporting the ongoing project running costs.", "Otherwise, there are other ways you can help out, like submitting or reviewing a pull request to the GitHub repo, upvoting us on Product Hunt, or by sharing with your network.", "But don't feel obliged to do anything, as this app (and all my other projects) will always remain 100% free and open source, and I will do my best to ensure the managed instances remain up and available for as long as possible :)",