From a185009927d59d39a99fefb0072f520c8dac6838 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Tue, 4 Feb 2025 14:05:29 +0100 Subject: [PATCH] fix a typo --- .../plugin-settings/tracking/wrist-tracking/README.md | 2 +- .../Public/SGSettings/SGWristTrackingSettings.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Handbook/src/plugin-configuration/plugin-settings/tracking/wrist-tracking/README.md b/Handbook/src/plugin-configuration/plugin-settings/tracking/wrist-tracking/README.md index ffc474f7..77d8bc75 100644 --- a/Handbook/src/plugin-configuration/plugin-settings/tracking/wrist-tracking/README.md +++ b/Handbook/src/plugin-configuration/plugin-settings/tracking/wrist-tracking/README.md @@ -6,7 +6,7 @@ Provides the tracking settings applicable to wrist-tracking hardware. ## TrackingHardware -Specifies the type of tracking hardware to use. If set to `None`, the plugin attempts at HMD auto-detection to automatically specify a compatible tracking hardware. If set to `Custom`, aby desired location and rotation can be specified. +Specifies the type of tracking hardware to use. If set to `None`, the plugin attempts at HMD auto-detection to automatically specify a compatible tracking hardware. If set to `Custom`, any desired location and rotation can be specified. At the moment the following hardware are supported: diff --git a/Source/SenseGloveSettings/Public/SGSettings/SGWristTrackingSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGWristTrackingSettings.h index 79956725..aa249df2 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGWristTrackingSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGWristTrackingSettings.h @@ -60,7 +60,7 @@ struct SENSEGLOVESETTINGS_API FSGWristTrackingSettings public: /** * Specifies the type of tracking hardware to use. If set to None, the plugin attempts at HMD auto-detection to - * automatically specify a compatible tracking hardware. If set to `Custom`, aby desired location and rotation can + * automatically specify a compatible tracking hardware. If set to `Custom`, any desired location and rotation can * be specified. * * Caution: