Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
fix: small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadV91 committed Jul 25, 2023
1 parent fc07fe3 commit 4fd2219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/explorer/pages/AppData/EncodePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ const EncodePage: React.FC<EncodeProps> = ({ tabData, setTabData /* handleTabCha
<p>
This is the generated and <strong>prettified</strong> file based on the input you provided on the form.
</p>
<p>This content is for illustration porpouses, see below.</p>
<p>This content is for illustration purposes, see below.</p>
<JsonContent content={fullAppDataPrettified} isError={!isValidAppData} />
{fullAppData && (
<>
Expand Down

0 comments on commit 4fd2219

Please sign in to comment.