diff --git a/.github/install-guide.md b/.github/install-guide.md index 410d0646..1ca90c4f 100755 --- a/.github/install-guide.md +++ b/.github/install-guide.md @@ -1,7 +1,7 @@ # Installation guide Installation of Shuffle is currently only available in docker. Looking for how to update Shuffle? Check the [updating guide](https://shuffler.io/docs/configuration#updating_shuffle) -This document outlines a an introduction environment which is not scalable. [Read here](https://shuffler.io/docs/configuration#production_readiness) for information on production readiness. This also includes system requirements and configurations for Swarm or Kubernetes. +This document outlines an introduction environment which is not scalable. [Read here](https://shuffler.io/docs/configuration#production_readiness) for information on production readiness. This also includes system requirements and configurations for Swarm or Kubernetes. # Docker - *nix The Docker setup is done with docker-compose diff --git a/frontend/src/components/AppSelection.jsx b/frontend/src/components/AppSelection.jsx index d5f212df..6fc515e4 100644 --- a/frontend/src/components/AppSelection.jsx +++ b/frontend/src/components/AppSelection.jsx @@ -392,7 +392,7 @@ const AppSelection = props => { }} color="rgba(158, 158, 158, 1)" > - Select the apps you work with and we will connect the for you. + Select the apps you work with and we will connect them for you. {appButtons.map((appData, index) => { diff --git a/functions/onprem/orborus/orborus.go b/functions/onprem/orborus/orborus.go index 0cdb0735..91acb750 100755 --- a/functions/onprem/orborus/orborus.go +++ b/functions/onprem/orborus/orborus.go @@ -1,7 +1,7 @@ package main /* - Orborus exists to listen for new workflow executions whcih are deployed as workers. + Orborus exists to listen for new workflow executions which are deployed as workers. */ // Potential issues: