Skip to content

Commit 3e974d7

Browse files
committed
Fixed grammar.
1 parent ed359d3 commit 3e974d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/scribe/examples/TwitterExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static void main(String[] args)
4141
System.out.println("Trading the Request Token for an Access Token...");
4242
Token accessToken = service.getAccessToken(requestToken, verifier);
4343
System.out.println("Got the Access Token!");
44-
System.out.println("(if your curious it looks like this: " + accessToken + " )");
44+
System.out.println("(if you're curious, it looks like this: " + accessToken + " )");
4545
System.out.println();
4646

4747
// Now let's go and ask for a protected resource!

0 commit comments

Comments
 (0)