Skip to content

Commit

Permalink
fix CONTRIBUTING.md casing
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcosta committed Sep 15, 2024
1 parent 6b4446f commit d9e513d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ After submitting a pull request, please make sure to sign [our CLA (Contributor
Below are some common errors and their possible fixes. Please feel free to open an issue if none of these suggested fixes work.

<details>
<summary>**ERR_CERT_AUTHORITY_INVALID** in the browser's console</summary>
<summary>`ERR_CERT_AUTHORITY_INVALID` in the browser's console</summary>

This error happens when content is not loaded and the browser's console displays the `ERR_CERT_AUTHORITY_INVALID` error message.

Expand All @@ -181,7 +181,7 @@ If you're using Chrome, open a new tab and access `chrome://flags/#allow-insecur
</details>

<details>
<summary>**Jupyter permissions issue on Linux/WSL**</summary>
<summary>Jupyter permissions issue on Linux/WSL</summary>

This error usually manifests as the following message:

Expand Down

0 comments on commit d9e513d

Please sign in to comment.