diff options
| author | Ray <[email protected]> | 2022-08-12 08:15:49 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-12 08:15:49 +0200 |
| commit | 10d946ef2fde005315e796738361bbfa8ee3959d (patch) | |
| tree | d49fa3b14d374d4b36de8739b3d7988f96358c05 | |
| parent | ecba06dbb37760aeee3888fb141430f1386bb605 (diff) | |
| parent | d0c56c551066183b3280aa651b42c88646924266 (diff) | |
| download | raylib.com-10d946ef2fde005315e796738361bbfa8ee3959d.tar.gz raylib.com-10d946ef2fde005315e796738361bbfa8ee3959d.zip | |
Merge pull request #40 from evanTj/master
fix spelling of `typical`
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ <br> <h2>raylib learning resources</h2> <br> - <p>raylib does not provide the tipical API documentation or a big set of tutorials. The library is designed to be minimalistic and be learned just from a cheatsheet with all required functionality and a big collection of examples to see how to use that functionality. <strong>Best way to learn to code is reading code.</strong></p> + <p>raylib does not provide the typical API documentation or a big set of tutorials. The library is designed to be minimalistic and be learned just from a cheatsheet with all required functionality and a big collection of examples to see how to use that functionality. <strong>Best way to learn to code is reading code.</strong></p> <br> <div style="display: flex;"> <div id="platforms" style="margin: 0 auto;"> |
