Skip to content

Commit

Permalink
docs: removed extra ` from documentation (#24231)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaishNarvekar authored May 30, 2023
1 parent 7b7e8f1 commit 6e7b93e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ Error: You must provide the URL of lib/mappings.wasm by calling SourceMapConsume
```
Then put this:
```bash
export NODE_OPTIONS=--no-experimental-fetch`
export NODE_OPTIONS=--no-experimental-fetch
```

#### Webpack dev server
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/installation/configuring-superset.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ WTF_CSRF_EXEMPT_LIST = [‘’]
Superset requires a user-specified SECRET_KEY to start up. This requirement was [added in version 2.1.0 to force secure configurations](https://preset.io/blog/superset-security-update-default-secret_key-vulnerability/). Add a strong SECRET_KEY to your `superset_config.py` file like:

```python
SECRET_KEY = 'YOUR_OWN_RANDOM_GENERATED_SECRET_KEY'`
SECRET_KEY = 'YOUR_OWN_RANDOM_GENERATED_SECRET_KEY'
```

You can generate a strong secure key with `openssl rand -base64 42`.
Expand Down

0 comments on commit 6e7b93e

Please sign in to comment.