Skip to content

Commit 7e8fb7f

Browse files
authored
chore: remove repetitive word (#1301)
Signed-off-by: pennylees <techdashen@msn.com>
1 parent 542b9a4 commit 7e8fb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/io.chainsafe.web3-unity.web3auth/Editor/Web3AuthSDK/Editor/BuildPostProcess.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class BuildPostProcess
99
{
1010

1111
// Runs all the post process build steps. Called from Unity during build
12-
[PostProcessBuildAttribute(0)] // Configures this this post process to run first
12+
[PostProcessBuildAttribute(0)] // Configures this post process to run first
1313
public static void OnPostprocessBuild(BuildTarget target, string pathToBuiltProject)
1414
{
1515
#if UNITY_IOS

0 commit comments

Comments
 (0)