Skip to content

Commit

Permalink
Update why-architect.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
brianleroux committed May 14, 2024
1 parent df57e1c commit 01ee0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/landing/elements/why-architect.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function WhyArchitect ({ html }) {
<section class="grid col-1 gap4 mb5">
<article class="grid-lg col-2 gap0">
<h3 class="uppercase tracking1 font-bold mbe0"><span>Fullstack, for real</span></h3>
<p class="measure">Architect not only supports cloud functions for HTTP but also web sockets, queues (FIFO), events (fan-out), and scheduled tasks all powered by a world class database that boasts millisecond latency no matter how much data you store or how many people concurrently access it. All with terse but determinstic Infra-as-Code (IaC).</p>
<p class="measure">Architect not only supports cloud functions for HTTP but also web sockets, queues (FIFO), events (fan-out), and scheduled tasks backed by a world class database that boasts millisecond latency no matter how much data you store or how many people concurrently access it. All these capabilities, and more, with terse but determinstic Infra-as-Code (IaC). </p>
</article>
<article class="grid-lg col-2 gap0">
Expand Down

0 comments on commit 01ee0a0

Please sign in to comment.