Fix tiny spelling mistake (#103)

This commit is contained in:
Evan Pratten
2020-07-21 13:28:19 -04:00
committed by GitHub
parent 95b225b90c
commit 07b30c30af

View File

@ -49,7 +49,7 @@ Styles can be loaded at runtime using raygui `GuiLoadStyle()` function. Simple a
`raygui` supports custom icons provided as an external array of data. To support icons just define `RAYGUI_SUPPORT_ICONS` before including `raygui`.
A set of custom handcrafter icons is provided in [`riconsdata`](src/riconsdata.h). This set of icons can be created and customized using [rGuiIcons](https://raylibtech.itch.io/rguiicons) tool.
A set of custom handcrafted icons is provided in [`riconsdata`](src/riconsdata.h). This set of icons can be created and customized using [rGuiIcons](https://raylibtech.itch.io/rguiicons) tool.
<img align="right" src="images/raygui_ricons.png">