Browse Source

Fix typo (#123)

remotes/origin/add-simple-redirecting-site
Paweł Kowalski 6 years ago committed by Gal Schlezinger
parent
commit
50dbd47323
  1. 2
      docs/fnm.svg
  2. 2
      executable/Install.re

2
docs/fnm.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

2
executable/Install.re

@ -80,7 +80,7 @@ let main = (~version as versionName) => { @@ -80,7 +80,7 @@ let main = (~version as versionName) => {
<Pastel>
"Version "
<Pastel color=Pastel.Cyan> versionName </Pastel>
" was successfuly downloaded"
" was successfully downloaded"
</Pastel>,
);

Loading…
Cancel
Save