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: