From c1d23645aff601c24eae0bd374dd88d85c1b5f15 Mon Sep 17 00:00:00 2001 From: Deer-Spangle <60626596+Deer-Spangle@users.noreply.github.com> Date: Fri, 19 Aug 2022 13:44:58 +0100 Subject: [PATCH] Minor spelling tweaks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4660a1..ec1ebeb 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Just append a tweet with its 2-letter ISO language code. So for English, add `/e ## Direct media links -Want to link directly to a Tweet's media without the embed? You can do easily do that using FixTweet. +Want to link directly to a Tweet's media without the embed? You can easily do that using FixTweet. ![Image demonstrating the feature](https://cdn.discordapp.com/attachments/165560751363325952/1006338772192989194/FixTweet.png) @@ -125,7 +125,7 @@ In many ways, FixTweet has richer embeds and does more. Here's a table comparing | Publicly accessible embed index | :x:² | N/A | :x:² | :heavy_check_mark: | | Replace t.co with original links | :heavy_check_mark: | :x: | :x: | :x: | | Media-based embed colors on Discord | :heavy_check_mark: | :x: | :x: | :x: | -| Redirect to media file (wihout embed) | :heavy_check_mark: | :x: | :ballot_box_with_check: Subdomain broken, no images | :ballot_box_with_check: No images | +| Redirect to media file (without embed) | :heavy_check_mark: | :x: | :ballot_box_with_check: Subdomain broken, no images | :ballot_box_with_check: No images | | Strip Twitter tracking info on redirect | :heavy_check_mark: | :x: | :heavy_check_mark: | :heavy_check_mark: | | Show retweet, like, reply counts | :heavy_check_mark: | :heavy_minus_sign: Discord Only³ | :ballot_box_with_check: No replies | :ballot_box_with_check: No replies | | Discord sed replace (`s/`) friendly | :ballot_box_with_check: twittpr.com | N/A | :x: | :heavy_check_mark: | @@ -177,7 +177,7 @@ Populate Sentry details in your `.env` to use Sentry in your product to catch ex They all run the exact same worker and function identically... mostly. -`fxtwitter.com` is the primary domain these days, with `twittpr.com` as an alternative that allows for quick sed replacement. `pxtwitter.com` was our original domain, but we consider to be deprecated now. +`fxtwitter.com` is the primary domain these days, with `twittpr.com` as an alternative that allows for quick sed replacement. `pxtwitter.com` was our original domain, but we consider that to be deprecated now. The way we handle this is that on post-deprecation Tweets linked using `pxtwitter.com`, instead of saying "FixTweet", it will have a notice that we've moved to `fxtwitter.com`. The embeds and redirects will still work, and Tweets posted before deprecation will not be unaffected at all, but it will gently encourage people to migrate by applying the notice to newer Tweets.