Skip to content

Commit

Permalink
docs: missing backtick (nuxt#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
Twoody authored Oct 29, 2021
1 parent 84e299f commit 2eeaa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.docs/3.deployment/3.firebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<your_project_id>` 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 <your_project_id>):
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 <your_project_id>`):
```json [.firebaserc]
{
"projects": {
Expand Down

0 comments on commit 2eeaa8d

Please sign in to comment.