From a52a96d41c7f0e12e5db642a34a1afed4118a4fc Mon Sep 17 00:00:00 2001 From: Fesiug Date: Tue, 21 Jan 2025 01:00:06 -0500 Subject: [PATCH] 'emultation' to 'emulation' Fix typo --- content/en-us/studio/ui-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en-us/studio/ui-overview.md b/content/en-us/studio/ui-overview.md index 9b2160053..a2a9712a5 100644 --- a/content/en-us/studio/ui-overview.md +++ b/content/en-us/studio/ui-overview.md @@ -251,6 +251,6 @@ Studio offers a suite of options for testing an experience before [releasing it - [Rapid paytesting](../studio/testing-modes.md#playtest-options) — Provides a close simulation of the experience running on the Roblox application. - [Multi-client simulation](../studio/testing-modes.md#multi-client-simulation) — Compares how each client "sees" other clients within the experience. - [Device emulation](../studio/testing-modes.md#device-emulation) — Provides insight on how controls operate on a mobile device or how on-screen UI displays on different screens and aspect ratios. -- [Controller emultation](../studio/testing-modes.md#controller-emulation) — Accurately emulates [gamepad input](../input/gamepad.md) directly in Studio. +- [Controller emulation](../studio/testing-modes.md#controller-emulation) — Accurately emulates [gamepad input](../input/gamepad.md) directly in Studio. See [Studio testing modes](../studio/testing-modes.md) for more information on each testing option.