Skip to content

Commit

Permalink
fix: misspellings (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
3LL4N authored Dec 17, 2023
1 parent 8478451 commit 2e2552b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/expo/src/screens/play-test/TestCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export const MultiSelectCards = ({
return (
<View className="mt-5 flex w-full flex-col items-center space-y-2 self-center">
<Text className="font-nunito-extrabold mt-5 text-center text-sm leading-[38.40px] text-neutral-800">
You can select more than one answer
Select all correct answers
</Text>
<View>
<MultiSelectCard
Expand Down
2 changes: 1 addition & 1 deletion apps/expo/src/screens/play-test/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ export const PlayTestScreen: FC<RootStackScreenProps<"PlayTest">> = ({
.with("true_or_false", () => (
<>
<Text className="font-nunito-extrabold mt-12 text-center text-sm leading-[38.40px] text-neutral-800">
Select if the answer if true or false
Select if the answer is true or false
</Text>
<View className="mt-4 flex w-full flex-row items-center justify-evenly self-center">
<View className="h-36 w-36">
Expand Down

0 comments on commit 2e2552b

Please sign in to comment.