Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacioni committed Nov 12, 2023
1 parent d235120 commit e8354a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/app/sections/how_it_works.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function HowItWorksSection(props: HowItWorksSectionProps) {
is correctly parsed, the credentials are, firstly, encrypted with
an <b>RSA {DEFAULT_KEY_SIZE} bit</b> public key and then sent to a
database and associated with{" "}
<i>`&apos;`yourpersonalanduniquesessionid`&apos;`</i>.{" "}
<i>&apos;yourpersonalanduniquesessionid&apos;</i>.{" "}
<b>No other information are sent over network</b>,{" "}
<b>that is important for you</b> because it is essential for me to
maintain your credentials as safe as possible. More security for
Expand Down Expand Up @@ -57,7 +57,7 @@ export default function HowItWorksSection(props: HowItWorksSectionProps) {
</li>
</ul>
<p>
That`&apos;`s all! But if you don`&apos;`t trust me let`&apos;`s see the{" "}
That&apos;s all! But if you don&apos;t trust me let&apos;s see the{" "}
<a href="https://github.com/andreacioni/KeeLink">source code</a>
<br />
You will find there also instructions to self-host the web application.
Expand Down

0 comments on commit e8354a6

Please sign in to comment.