Skip to content

Commit ddb898a

Browse files
author
anonymous2585
committed
Fix small typo
1 parent dfdcd0f commit ddb898a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

com.htc.upm.vive.openxr/Editor/VIVEFocus3FeatureSet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace VIVE.OpenXR
2222
Anchor.ViveAnchor.featureId,
2323
},
2424
UiName = "VIVE XR Support",
25-
Description = "Necessary to deploy an VIVE XR compatible app.",
25+
Description = "Necessary to deploy a VIVE XR compatible app.",
2626
FeatureSetId = "com.htc.vive.openxr.featureset.vivexr",
2727
DefaultFeatureIds = new string[] { VIVEFocus3Feature.featureId, VIVEFocus3Profile.featureId, },
2828
SupportedBuildTargets = new BuildTargetGroup[] { BuildTargetGroup.Android }

com.htc.upm.vive.openxr/Runtime/VIVEFocus3Feature.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace VIVE.OpenXR
1717
{
1818
#if UNITY_EDITOR
1919
[OpenXRFeature(UiName = "VIVE XR Support",
20-
Desc = "Necessary to deploy an VIVE XR compatible app.",
20+
Desc = "Necessary to deploy a VIVE XR compatible app.",
2121
Company = "HTC",
2222
DocumentationLink = "https://developer.vive.com/resources/openxr/openxr-mobile/tutorials/how-install-vive-wave-openxr-plugin/",
2323
OpenxrExtensionStrings = kOpenxrExtensionStrings,

0 commit comments

Comments
 (0)