Skip to content

Commit

Permalink
Merge pull request #687 from schw1804/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
stleary committed Aug 23, 2022
2 parents 5a587bb + 3eecd67 commit 57f785c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples.md
Expand Up @@ -218,7 +218,7 @@ import java.util.Properties;
}
```
<h2>Part 2: Conversion methods</h2>
<p>We don't need to have a JSON docuemnt to work. This project also admits conversions from other type of files.</p>
<p>We don't need to have a JSON document to work. This project also admits conversions from other type of files.</p>
<p>Secondly, we can also convert from JSON to those type of files.</p>

<h3>Extra: Conversion to JSONArray</h3>
Expand Down

0 comments on commit 57f785c

Please sign in to comment.