diff --git a/Frame.md b/Frame.md index a9dd644..16e03f5 100644 --- a/Frame.md +++ b/Frame.md @@ -3,7 +3,7 @@ Here you can find all possible functions you can use with frames: # basalt.createFrame -this function creates a new non-parent frame - in most cases the first thing you need. +creates a new non-parent frame - in most cases the first thing you need. ````lua local mainFrame = basalt.createFrame("myFirstFrame") ````