Skip to content

Commit 5f61f42

Browse files
EddyVerbruggenpetekanev
authored andcommitted
Fixed a typo (#907)
fix(typo): fix typo in NativeScriptApplication.java
1 parent 6b8cea2 commit 5f61f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-artifacts/project-template-gradle/app/src/main/java/com/tns/NativeScriptApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public NativeScriptApplication() {
1111
}
1212

1313
public void onCreate() {
14-
ManualInstrumentation.Frame frame = ManualInstrumentation.start("NaitveScriptApplication.onCreate");
14+
ManualInstrumentation.Frame frame = ManualInstrumentation.start("NativeScriptApplication.onCreate");
1515
try {
1616
super.onCreate();
1717
com.tns.Runtime runtime = RuntimeHelper.initRuntime(this);

0 commit comments

Comments
 (0)