Fix spelling error

This commit is contained in:
muzam1l
2022-07-13 19:49:54 +05:30
parent c26c7c13d1
commit ef70bfb13a

View File

@@ -78,7 +78,7 @@ const DeployEditor = () => {
{isContentChanged && ( {isContentChanged && (
<Text warning> <Text warning>
File contents were changed after last compile, compile again to File contents were changed after last compile, compile again to
incoperate your latest changes in the build. incorporate your latest changes in the build.
</Text> </Text>
)} )}
</Flex> </Flex>