Skip to content

Commit 9aeabda

Browse files
authored
Merge pull request #4 from opencomponents/copy-review
A few copy updates
2 parents d46adcb + a425d52 commit 9aeabda

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

components/landing-page/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "landing-page",
33
"description": "",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"oc": {
66
"files": {
77
"data": "server.js",

components/landing-page/template.hbs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<h1>Building web applications together, faster.</h1>
2020
</header>
2121
<p>While microservice architectures allowed teams to scale delivery of independently deployable services, most frontend layers are still run as monolithic applications. Similar to server-side applications, frontend layers often grow into large monoliths that are difficult to maintain and evolve.</p>
22-
<p>The idea behind <a href="https://www.thoughtworks.com/radar/techniques/micro-frontends" target="_blank">micro frontends</a> is to enable multiple teams to seamless work together by fostering end-to-end ownership of independently developed, tested and deployed features.</p>
23-
<p>Think about UI as the composition of features which are maintained by independent teams. These teams could be cross functional allowing them to develop such features end-to-end, from a database to user interface and independently deploy them.</p>
22+
<p>The idea behind <a href="https://www.thoughtworks.com/radar/techniques/micro-frontends" target="_blank">micro frontends</a> is to enable multiple teams to work seamlessy together by fostering end-to-end ownership of independently developed, tested and deployed features.</p>
23+
<p>Think about UI as the composition of features which are maintained by independent teams. These teams could be cross-functional allowing them to develop such features end-to-end, from a database to user interface and independently deploy them.</p>
2424
</article>
2525

2626
<div class="hr">
@@ -31,7 +31,7 @@
3131
<header>
3232
<h1>The OpenComponents framework</h1>
3333
</header>
34-
<p>OpenComponents is an opensource, "batteries included" micro frontends framework. Born at OpenTable in 2014, it matured over the years into a battle tested solution currently used to deliver micro frontends at scale by fast growing companies around the world.</p>
34+
<p>OpenComponents is an open-source, "batteries included" micro frontends framework. Born at OpenTable in 2014, it matured over the years into a battle tested solution currently used to deliver micro frontends at scale by fast growing companies around the world.</p>
3535
<div class="block">
3636
<img src="{{staticPath}}img/components.png" />
3737
<div>
@@ -50,21 +50,21 @@
5050
<img src="{{staticPath}}img/registry.png" />
5151
<div>
5252
<h2>Registry</h2>
53-
<p>The registry provides a rest API to consume, retrieve, and publish components to a library. When components depend on static resources (such as images, css files, etc.) these are stored, during packaging and publishing, in a publicly-exposed part of the library that serves as CDN. <a href="https://github.com/opentable/oc/wiki/Registry" target="_blank">Learn more</a></p>
53+
<p>The registry provides a rest API to consume, retrieve, and publish components to a library. When components depend on static resources (such as images, css files, etc.) these are stored, during packaging and publishing, in a publicly-exposed part of the library that serves as a CDN. <a href="https://github.com/opentable/oc/wiki/Registry" target="_blank">Learn more</a></p>
5454
</div>
5555
</div>
5656
<div class="block img-right">
5757
<img src="{{staticPath}}img/cli.png" />
5858
<div>
5959
<h2>CLI</h2>
60-
<p>The CLI tool allows developers to create, develop, and test components locally. It also allows publishing components to your registry. <a href="https://github.com/opentable/oc/wiki/Cli" target="_blank">Learn more</a></p>
60+
<p>The CLI tool allows developers to create, develop, and test components locally. It also allows publishing of components to your registry. <a href="https://github.com/opentable/oc/wiki/Cli" target="_blank">Learn more</a></p>
6161
</div>
6262
</div>
6363
<div class="block">
6464
<img src="{{staticPath}}img/clients.png" />
6565
<div>
6666
<h2>Client libraries</h2>
67-
<p>Multiple libraries are available, allowing to consume components on different environment and platforms. Depending on the library, clients are normally able to consume both unrendered components and rendered components. <a href="https://github.com/opencomponents/oc-client-node#oc-client" target="_blank">Learn more</a></p>
67+
<p>Multiple libraries are available, allowing clients to consume components on different environments and platforms. Depending on the library, clients are normally able to consume both unrendered components and rendered components. <a href="https://github.com/opencomponents/oc-client-node#oc-client" target="_blank">Learn more</a></p>
6868
</div>
6969
</div>
7070
</article>

0 commit comments

Comments
 (0)