Skip to content

Commit 3122caf

Browse files
committed
chore: update copy
1 parent 31e0e34 commit 3122caf

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

apps/web/components/About.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<template #title>Co-ordinated</template>
4040
<template #description>
4141
Multiple workload instances can securely share and process data in
42-
real-time. Built-in message queues and multi-party primitives
43-
enable seamless distributed computing without compromising data
42+
real-time. Built-in networking and multi-party primitives enable
43+
seamless distributed computing without compromising data
4444
isolation.
4545
</template>
4646
</Feature>
@@ -62,9 +62,9 @@
6262
<template #title>Persistent</template>
6363
<template #description>
6464
We go beyond stateless functions with in-runtime key-value stores,
65-
websocket connections, and scheduling to enable stateful
66-
workloads. Your distributed instances can maintain shared state
67-
and co-ordinate complex multistep processes.
65+
socket connections, and scheduling to enable stateful workloads.
66+
Your distributed instances can maintain shared state and
67+
co-ordinate complex multistep processes.
6868
</template>
6969
</Feature>
7070
</Motion>
@@ -86,8 +86,9 @@
8686
<template #title>Resilient</template>
8787
<template #description>
8888
We only rely on TEE isolation for execution life-cycles,
89-
decoupling key-management and sandboxing to ensure your data
90-
remain protected even from privileged access or zero-day exploits.
89+
decoupling key-management (via MPC) and sandboxing (via WASM) to
90+
ensure your data remain protected even from privileged access or
91+
zero-day exploits.
9192
</template>
9293
</Feature>
9394
</Motion>
@@ -121,4 +122,3 @@
121122
<script setup lang="ts">
122123
import { Motion } from "motion-v";
123124
</script>
124-

0 commit comments

Comments
 (0)