Skip to content

Commit f928fb8

Browse files
update to internal commit 4eb7e42e
1 parent b2c1a4c commit f928fb8

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
lines changed

programming-old/android/user-guide-v1.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this section, let's see how to create a HelloWorld app for normalizing docume
2424
>Note:
2525
>
2626
>- Android Studio 4.2 is used here in this guide.
27-
>- You can [get the source code of the HelloWord app here](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/android/java/HelloWorld).
27+
>- You can [get the source code of the HelloWorld app here](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/android/java/HelloWorld).
2828
2929
### Create a New Project
3030

programming-old/android/user-guide-v1.0.30.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this section, let's see how to create a HelloWorld app for normalizing docume
2424
>Note:
2525
>
2626
>- Android Studio 4.2 is used here in this guide.
27-
>- You can [get the source code of the HelloWord app here](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/android/java/HelloWorld){:target="_blank"}.
27+
>- You can [get the source code of the HelloWorld app here](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/android/java/HelloWorld){:target="_blank"}.
2828
2929
### Create a New Project
3030

programming-old/ios/user-guide-v1.0.30.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this section, let's see how to create a HelloWorld app for normalizing docume
2424
>Note:
2525
>
2626
> - Xcode 13.0 is used here in this guide.
27-
> - You can get the source code of the HelloWord app from the following link
27+
> - You can get the source code of the HelloWorld app from the following link
2828
> - [Objective-C](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/ios/Objective-C/HelloWorld){:target="_blank"}.
2929
> - [Swift](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/ios/Swift/HelloWorld){:target="_blank"}.
3030
@@ -706,6 +706,6 @@ In the section, we will add code to get the user selected quadrilateral and norm
706706

707707
> Note:
708708
>
709-
> - You can get the source code of the HelloWord app from the following link
709+
> - You can get the source code of the HelloWorld app from the following link
710710
> - [Objective-C](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/ios/Objective-C/HelloWorld){:target="_blank"}.
711711
> - [Swift](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/ios/Swift/HelloWorld){:target="_blank"}.

programming/android/user-guide-v2.0.10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In this section, let's see how to create a HelloWorld app for normalizing docume
4646
>Note:
4747
>
4848
> - Android Studio 2022.2.1 is used here in this guide.
49-
> - You can get the source code of the HelloWord app from the following link
49+
> - You can get the source code of the HelloWorld app from the following link
5050
> - [Java](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/android/HelloWorld/AutoNormalize){:target="_blank"}.
5151
> - [Kotlin](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/android/HelloWorld/AutoNormalizeKt){:target="_blank"}.
5252

programming/android/user-guide-v2.0.20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In this section, let's see how to create a HelloWorld app for normalizing docume
4646
>Note:
4747
>
4848
> - Android Studio 2022.2.1 is used here in this guide.
49-
> - You can get the source code of the HelloWord app from the following link
49+
> - You can get the source code of the HelloWorld app from the following link
5050
> - [Java](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/android/HelloWorld/AutoNormalize){:target="_blank"}.
5151
> - [Kotlin](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/android/HelloWorld/AutoNormalizeKt){:target="_blank"}.
5252

programming/android/user-guide-v2.2.10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In this section, let's see how to create a HelloWorld app for normalizing docume
4646
>Note:
4747
>
4848
> - Android Studio 2022.2.1 is used here in this guide.
49-
> - You can get the source code of the HelloWord app from the following link
49+
> - You can get the source code of the HelloWorld app from the following link
5050
> - [Java](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/android/HelloWorld/AutoNormalize){:target="_blank"}.
5151
> - [Kotlin](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/android/HelloWorld/AutoNormalizeKt){:target="_blank"}.
5252

programming/android/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In this section, let's see how to create a HelloWorld app for normalizing docume
4646
>Note:
4747
>
4848
> - Android Studio 2022.2.1 is used here in this guide.
49-
> - You can get the source code of the HelloWord app from the following link
49+
> - You can get the source code of the HelloWorld app from the following link
5050
> - [Java](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/android/HelloWorld/AutoNormalize){:target="_blank"}.
5151
> - [Kotlin](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/android/HelloWorld/AutoNormalizeKt){:target="_blank"}.
5252

programming/ios/user-guide-v2.0.10.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this section, let's see how to create a HelloWorld app for normalizing docume
2626
>Note:
2727
>
2828
> - Xcode 14.0 is used here in this guide.
29-
> - You can get the source code of the HelloWord app from the following link
29+
> - You can get the source code of the HelloWorld app from the following link
3030
> - [Objective-C](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/ios/HelloWorld/AutoNormalizeObjc){:target="_blank"}.
3131
> - [Swift](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/ios/HelloWorld/AutoNormalize){:target="_blank"}.
3232
@@ -569,6 +569,6 @@ If your iOS version is 12.x or lower, please add the following additional steps:
569569

570570
> Note:
571571
>
572-
> - You can get the source code of the HelloWord app from the following link
572+
> - You can get the source code of the HelloWorld app from the following link
573573
> - [Objective-C](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/ios/HelloWorld/AutoNormalizeObjc){:target="_blank"}.
574574
> - [Swift](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/ios/HelloWorld/AutoNormalize){:target="_blank"}.

programming/ios/user-guide-v2.0.20.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this section, let's see how to create a HelloWorld app for normalizing docume
2626
>Note:
2727
>
2828
> - Xcode 14.0 is used here in this guide.
29-
> - You can get the source code of the HelloWord app from the following link
29+
> - You can get the source code of the HelloWorld app from the following link
3030
> - [Objective-C](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/ios/HelloWorld/AutoNormalizeObjc){:target="_blank"}.
3131
> - [Swift](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/ios/HelloWorld/AutoNormalize){:target="_blank"}.
3232
@@ -570,6 +570,6 @@ If your iOS version is 12.x or lower, please add the following additional steps:
570570

571571
> Note:
572572
>
573-
> - You can get the source code of the HelloWord app from the following link
573+
> - You can get the source code of the HelloWorld app from the following link
574574
> - [Objective-C](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/ios/HelloWorld/AutoNormalizeObjc){:target="_blank"}.
575575
> - [Swift](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/ios/HelloWorld/AutoNormalize){:target="_blank"}.

programming/ios/user-guide-v2.2.10.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This guide will walk you through the process of creating a HelloWorld app for no
4242
>Note:
4343
>
4444
> - Xcode 14.0 is used in this guide.
45-
> - You can get the source code of the HelloWord app from the following link
45+
> - You can get the source code of the HelloWorld app from the following link
4646
> - [Objective-C](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/ios/HelloWorld/AutoNormalizeObjc){:target="_blank"}.
4747
> - [Swift](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/ios/HelloWorld/AutoNormalize){:target="_blank"}.
4848
@@ -582,6 +582,6 @@ If your iOS version is 12.x or lower, please add the following additional steps:
582582

583583
> Note:
584584
>
585-
> - You can get the source code of the HelloWord app from the following link
585+
> - You can get the source code of the HelloWorld app from the following link
586586
> - [Objective-C](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/ios/HelloWorld/AutoNormalizeObjc){:target="_blank"}.
587587
> - [Swift](https://github.com/Dynamsoft/document-normalizer-mobile-samples/tree/main/ios/HelloWorld/AutoNormalize){:target="_blank"}.

0 commit comments

Comments
 (0)