X Tutup
Skip to content

Commit 57f785c

Browse files
authored
Merge pull request stleary#687 from schw1804/patch-1
Fix typo
2 parents 5a587bb + 3eecd67 commit 57f785c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ import java.util.Properties;
218218
}
219219
```
220220
<h2>Part 2: Conversion methods</h2>
221-
<p>We don't need to have a JSON docuemnt to work. This project also admits conversions from other type of files.</p>
221+
<p>We don't need to have a JSON document to work. This project also admits conversions from other type of files.</p>
222222
<p>Secondly, we can also convert from JSON to those type of files.</p>
223223

224224
<h3>Extra: Conversion to JSONArray</h3>

0 commit comments

Comments
 (0)
X Tutup