diff --git a/JWT Console App/src/main/java/com/docusign/JWTConsoleApp.java b/JWT Console App/src/main/java/com/docusign/JWTConsoleApp.java index 7f8f0f4b..f015fa46 100644 --- a/JWT Console App/src/main/java/com/docusign/JWTConsoleApp.java +++ b/JWT Console App/src/main/java/com/docusign/JWTConsoleApp.java @@ -55,7 +55,7 @@ public static void main(String[] args) throws java.io.IOException { System.out.print("Enter the carbon copy's name: "); String ccName = scanner. nextLine(); - // Get information fro app.config + // Get information from app.config Properties prop = new Properties(); String fileName = "app.config"; FileInputStream fis = new FileInputStream(fileName); @@ -143,4 +143,4 @@ public static void main(String[] args) throws java.io.IOException { System.out.print (e.getMessage()); } } -} \ No newline at end of file +}