Skip to content

Commit c4dbbcf

Browse files
Merge pull request scribejava#490 from lethalbrains/master
Fixed grammar.
2 parents f5edc07 + 3e974d7 commit c4dbbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)