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 diff --git a/src/utils/docs.ts b/src/utils/docs.ts index 9db2ec6c..20355a9f 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 :)",