Skip to content

Commit 70c59ec

Browse files
authored
Fix “Robox” Typos (#1177)
## Changes Fixes instances of “Roblox” that are misspelt as “Robox”, that is all! ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate.
1 parent dc957c3 commit 70c59ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en-us/matchmaking/scoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ ServerScore
195195

196196
A matchmaking configuration is the set of signals and weights used to score servers of a place. By default, all servers of all places are scored by the Roblox default configuration, meaning you don't need to customize or enable any settings in order to use it.
197197

198-
The Robox default configuration includes the following signals and weights:
198+
The Roblox default configuration includes the following signals and weights:
199199

200200
<table>
201201
<thead>

content/en-us/scripting/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Scripting
3-
description: An introduction to scripting in Robox with the Luau programming language.
3+
description: An introduction to scripting in Roblox with the Luau programming language.
44
---
55

66
Scripts are plain text files that let you add custom, dynamic behavior to your experiences. You can use scripts to trigger in-game events, respond to player input, save player data, create leaderboards, spawn enemies, control NPC behavior, and much, much more.

0 commit comments

Comments
 (0)