Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrila committed Aug 12, 2024
1 parent 90fd121 commit 924591f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ function StreamBuilder({
checked={stream.transferable}
onChange={() => handleUpdateStream(index, { transferable: !stream.transferable })}
/>
<Text>Transferrable</Text>
<Text>Transferable</Text>
</Flex>
<Text color="neutral-7">
Can this stream be transferred by the recipient to another recipient?
Expand Down

0 comments on commit 924591f

Please sign in to comment.