diff --git a/content/en/GUI/SDL2.md b/content/en/GUI/SDL2.md index 09d5918..e3ac5e3 100644 --- a/content/en/GUI/SDL2.md +++ b/content/en/GUI/SDL2.md @@ -38,7 +38,7 @@ game is updated on the fly. -Lem developpers are investigated to interface with Trial, the game engine of the Kandria game. +Lem developers are investigating interfacing to Trial, the game engine of the Kandria game. ## Misc @@ -49,4 +49,4 @@ You can add a transparent background to Lem's SDL2 GUI! Add this to your init fi ``` (sdl2-ffi.functions:sdl-set-window-opacity (lem-sdl2/display:display-window (lem-sdl2/display:current-display)) 0.9) -``` \ No newline at end of file +```