We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5edc07 + 3e974d7 commit c4dbbcfCopy full SHA for c4dbbcf
src/test/java/org/scribe/examples/TwitterExample.java
@@ -41,7 +41,7 @@ public static void main(String[] args)
41
System.out.println("Trading the Request Token for an Access Token...");
42
Token accessToken = service.getAccessToken(requestToken, verifier);
43
System.out.println("Got the Access Token!");
44
- System.out.println("(if your curious it looks like this: " + accessToken + " )");
+ System.out.println("(if you're curious, it looks like this: " + accessToken + " )");
45
System.out.println();
46
47
// Now let's go and ask for a protected resource!
0 commit comments