Skip to content

Commit 1c43a93

Browse files
authored
Merge pull request #3 from rizwanniazigroupdocs/patch-1
Update Program.cs
2 parents a3e6675 + 1ff474d commit 1c43a93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GroupDocs.Conversion.Cloud.Examples/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ static void Main(string[] args)
1919
Common.MyAppSid = "XXXX-XXXX-XXXX";
2020
Common.MyAppKey = "XXXXXXXXXX";
2121

22-
// Uploading sample test files from local to defult storage under folder 'conversions'
22+
// Uploading sample test files from local to default storage under folder 'conversions'
2323
Common.UploadSampleTestFiles();
2424

2525
// Get All Possible Conversions Formats
2626
Get_All_Possible_Conversions.Run();
2727
// Get All Possible Conversions Formats For Provided Document
2828
Get_All_Possible_Conversions_For_Document.Run();
2929
// Get All Possible Conversions Formats For Provided Extension
30-
Get_All_Possible_Conversions_For_Extension.Run();
30+
// Get_All_Possible_Conversions_For_Extension.Run();
3131

3232
// Quick Convert to Any Desired Output Format and Get Output File Url
3333
Convert_To_Any_Format.Run();

0 commit comments

Comments
 (0)