diff --git a/worlds/apquest/components.py b/worlds/apquest/components.py index 271e425b62..b50b5d0dcf 100644 --- a/worlds/apquest/components.py +++ b/worlds/apquest/components.py @@ -40,7 +40,7 @@ components.append( # This uri contains the room url + port, the slot name, and the password. # You can process this uri arg to automatically connect the user to their slot without having to type anything. -# As you can see above, the APQuest client has both of these parametersset. +# As you can see above, the APQuest client has both of these parameters set. # This means a user can click on the slot name of an APQuest slot on WebHost, # then click "APQuest Client" instead of "Text Client" in the Launcher popup, and after a few seconds, # they will be connected and playing the game without having to touch their keyboard once.