typo fixes

This commit is contained in:
Sendou
2020-06-19 15:43:38 +03:00
parent efa4e60a42
commit adf2981def
2 changed files with 9 additions and 7 deletions

View File

@@ -164,12 +164,14 @@ const UserPage: React.FC<RouteComponentProps & UserPageProps> = ({ id }) => {
content: (
<TabPanel key={2}>
<Alert status="info">
If you have reached Top 500 in a finished X Rank season you can have
it displayed here! Make sure your Twitter account is verified on
verified and it shows on your sendou.ink profile and then contact
Sendou#0043 on Discord with your in-game nick. Once set up new
results are added automatically and no further action is needed
unless you change your name on Twitter.
<>
If you have reached Top 500 in a <b>finished</b> X Rank season you
can have it displayed here! Make sure your Twitter account is
verified on Discord to get it showing on your sendou.ink profile
and then contact Sendou#0043 on Discord with your in-game nick.
Once set up new results are added automatically and no further
action is needed unless you change your name on Twitter.
</>
</Alert>
</TabPanel>
),

View File

@@ -613,7 +613,7 @@ export default function useAbilityEffects(
ability: "SPU" as Ability,
info:
specialWeapon === "Inkjet"
? "Special Power Up also increases Ink Jet's shots' painting and blast radius"
? "Special Power Up also increases Inkjet's shots' painting and blast radius"
: undefined,
ap: amount,
getEffect: (ap: number) => Math.ceil(getEffect(highMidLow, ap)[0]),