Skip to content

Commit

Permalink
fix: typos in documentation files (#4004)
Browse files Browse the repository at this point in the history
  • Loading branch information
leopardracer authored Nov 18, 2024
1 parent 7f1d1e8 commit 142af4d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/build-new-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 🤫
4 changes: 2 additions & 2 deletions packages/documentation/docs/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion types/readme.md
Original file line number Diff line number Diff line change
@@ -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

```
Expand Down

0 comments on commit 142af4d

Please sign in to comment.