diff --git a/.github/ISSUE_TEMPLATE/build-new-component.md b/.github/ISSUE_TEMPLATE/build-new-component.md index 1094081441..cbddd8447d 100644 --- a/.github/ISSUE_TEMPLATE/build-new-component.md +++ b/.github/ISSUE_TEMPLATE/build-new-component.md @@ -10,7 +10,7 @@ assignees: '' ### Description -Write a quick descritpion of what is the component for, and as mainy details you consider useful to the person that will have to build it. +Write a quick description of what is the component for, and as mainy details you consider useful to the person that will have to build it. ### Page related diff --git a/packages/documentation/docs/Backend Development/integrations.md b/packages/documentation/docs/Backend Development/integrations.md index ec368dd08f..f5ccfee998 100644 --- a/packages/documentation/docs/Backend Development/integrations.md +++ b/packages/documentation/docs/Backend Development/integrations.md @@ -44,4 +44,4 @@ The implementation is at [`functions/src/config/config.ts`](https://github.com/O ## Development -Contact a maintainer in order to access the config variables needed to test these integrations locally. Or, set up your own test account on the integration platform and and generate keys to play with! Just remember not to remove any sensitive info before pushing to Github 🤫 +Contact a maintainer in order to access the config variables needed to test these integrations locally. Or, set up your own test account on the integration platform and generate keys to play with! Just remember not to remove any sensitive info before pushing to Github 🤫 diff --git a/packages/documentation/docs/Install.md b/packages/documentation/docs/Install.md index effbf60ea8..04c524a2cc 100644 --- a/packages/documentation/docs/Install.md +++ b/packages/documentation/docs/Install.md @@ -8,8 +8,8 @@ Requirements 1. [Authentication](https://firebase.google.com/docs/auth?authuser=0) with the Sign-in providers **Email/Password** enabled. 1. [Cloud Firestore](https://firebase.google.com/docs/firestore/quickstart) 1. [Realtime Database](https://firebase.google.com/docs/database?authuser=0&hl=en) -1. Firebase CLI tools](https://firebase.google.com/docs/cli) locally -1. Create an application](https://console.cloud.google.com/appengine/start/create) +1. [Firebase CLI tools](https://firebase.google.com/docs/cli) locally +1. [Create an application](https://console.cloud.google.com/appengine/start/create) 1. Your project must be on the Blaze pay as you go pricing plan 1. Configure `cors.json` on the storage bucket](https://cloud.google.com/storage/docs/configuring-cors) to support your deployed origin. See: functions/src/config/cors.md diff --git a/types/readme.md b/types/readme.md index cfe1860b81..35b005dff9 100644 --- a/types/readme.md +++ b/types/readme.md @@ -1,4 +1,4 @@ -When installing 3rd party packages typescript will expect a corresponding typing file +When installing 3rd party packages TypeScript will expect a corresponding typing file You can try to see if one is available via ```