diff --git a/docs/content/3.docs/3.deployment/3.firebase.md b/docs/content/3.docs/3.deployment/3.firebase.md index 9083da8445..2ae5da5460 100644 --- a/docs/content/3.docs/3.deployment/3.firebase.md +++ b/docs/content/3.docs/3.deployment/3.firebase.md @@ -21,7 +21,7 @@ Nitro supports [Firebase Hosting](https://firebase.google.com/docs/hosting) with If you don't already have a `firebase.json` in your root directory, Nitro will create one the first time you run it. All you will need to do is edit this to replace `` with the project ID that you have chosen on Firebase. -This file should then be committed to version control. You can also create a `.firebaserc` file if you don't want to manually pass your project ID to your `firebase` commands (with `--project ): +This file should then be committed to version control. You can also create a `.firebaserc` file if you don't want to manually pass your project ID to your `firebase` commands (with `--project `): ```json [.firebaserc] { "projects": {