Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
musslick committed Oct 23, 2024
1 parent 21db357 commit 09870a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/closed-loop-bandit-task/init_autora.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The AutoRA workflow (specifically the `autora-firebase-runner` and `autora-proli
- Click on ``Service accounts``.
![service_account.png](../img/service_account.png)
- Having ``Node.js`` selected, click ``Generate a new private key``. This should generate a json file that you can download.
- Open the file `autora_workflow.py` in the `research_hub`-folder and navigate to the part of the code that contains a placeholder for the credentials. It should look like this
- Open the file `autora_workflow.py` in the `researcher_hub`-folder and navigate to the part of the code that contains a placeholder for the credentials. It should look like this
```python
firebase_credentials = {
"type": "type",
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/closed-loop-basic/init_autora.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The AutoRA workflow (specifically the `autora-firebase-runner`) will need access
- Click on ``Service accounts``.
![service_account.png](../img/service_account.png)
- Having ``Node.js`` selected, click ``Generate a new private key``. This should generate a json file that you can download.
- Open the file `autora_workflow.py` in the `research_hub`-folder and navigate to the part of the code that contains a placeholder for the credentials. It should look like this
- Open the file `autora_workflow.py` in the `researcher_hub`-folder and navigate to the part of the code that contains a placeholder for the credentials. It should look like this
```python
firebase_credentials = {
"type": "type",
Expand Down

0 comments on commit 09870a3

Please sign in to comment.