Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourbaby committed Aug 21, 2023
1 parent 5847386 commit 879996c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/workflow/providing-backtraces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ In the case of Budgie Desktop, this helps us identify various parts of the Budgi

<Tabs>
<TabItem label="Debian" value="Debian">
Debian 11 and above can automatically retrieve debug symbols from the Internet by export the following environment variable:
Debian 11 and above can automatically retrieve debug symbols from the Internet by exporting the following environment variable:
<CodeBlock language="bash">export DEBUGINFOD_URLS="https://debuginfod.debian.net"</CodeBlock>
<hr />
To manually install debug symbols, make sure you have <code>debian-debug</code> archive in <code>/etc/apt/sources.list</code>:
Expand Down

0 comments on commit 879996c

Please sign in to comment.