Skip to content

Commit 4bcdf4e

Browse files
committed
Fix typo
1 parent e3288b4 commit 4bcdf4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation~/articles/sequences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ Sequences can be controlled the same way as any other tween, meaning you can pla
4343
```csharp
4444
Sequence sequence = Tweening.Sequence();
4545
sequence.SetLoops(-1, LoopType.PingPong);
46-
sequence.OnComplete(() => Debug.Log("sucess!"));
46+
sequence.OnComplete(() => Debug.Log("success!"));
4747
sequence.Play();
4848
```

0 commit comments

Comments
 (0)