diff --git a/docs/dapp/README.mdx b/docs/dapp/README.mdx index dfc9f7535e..c8a81b0962 100644 --- a/docs/dapp/README.mdx +++ b/docs/dapp/README.mdx @@ -13,10 +13,10 @@ import {findSidebarItem} from '@site/src/sidebarUtils'; The [Oasis architecture] is designed to have a simple, robust consensus layer on top which connects handful of ParaTimes executing smart contracts. -[Sapphire] is the main ParaTime, which is EVM-compatible and let's you write -confidential, as well as non-confidential smart contracts. +[Sapphire] is the primary ParaTime. It is EVM-compatible and allows you to +write both confidential and non-confidential smart contracts. -An oveview of the other Paratimes, you can find the [Other ParaTimes] chapter. +For an overview of the other ParaTimes, refer to the [Other ParaTimes] chapter. [Oasis architecture]: ../general/oasis-network/README.mdx [Sapphire]: /dapp/sapphire/README.mdx diff --git a/docs/dapp/tools/other-paratimes/README.mdx b/docs/dapp/tools/other-paratimes/README.mdx index c55af60877..5938dd96ff 100644 --- a/docs/dapp/tools/other-paratimes/README.mdx +++ b/docs/dapp/tools/other-paratimes/README.mdx @@ -7,10 +7,10 @@ import {findSidebarItem} from '@site/src/sidebarUtils'; # Other ParaTimes -Beside our main ParaTime [Sapphire], there are a handful of other Paratimes +In addition to our primary ParaTime, [Sapphire], several other ParaTimes are running on top of the consensus layer. -DApp developers may choose among those ParaTimes depending on whether they -require confidentiality and/or EVM-compatibility. +DApp developers can build on these ParaTimes based on their specific +requirements, such as confidentiality and EVM compatibility. Learn more by exploring the ParaTimes below!