Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vagruchi committed Feb 5, 2024
1 parent 1c208ac commit 603aa4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/video/docusaurus/docs/api/recording/storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ await serverSideClient.createExternalStorage({
name: 'my-gcs',
storage_type: 'gcs',
path: 'directory_name/',
"gcs_credentials": "contetn of the service account file",
"gcs_credentials": "content of the service account file",
});
```
</TabItem>
Expand Down

0 comments on commit 603aa4e

Please sign in to comment.