Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Copy updates (#6639)
Browse files Browse the repository at this point in the history
* update copy

* update copy
  • Loading branch information
devnook committed Nov 2, 2021
1 parent 82e3d5a commit 3a5f57b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/site/content/en/home/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ intro:
eyebrow: 'About web.dev'
title: "Let's build the future of the web, together"
summary: |
Take advantage of the latest modern technologies to build amazing web experiences for everyone
Take advantage of the latest modern technologies to build amazing web experiences for everyone.
buttonText: 'Learn more'
buttonUrl: '/about/'
image: 'https://web-dev.imgix.net/image/VbAJIREinuYvovrBzzvEyZOpw5w1/B9KWrQo39fXbKSVYjz1e.svg'
Expand Down
16 changes: 9 additions & 7 deletions src/site/content/en/measure-psi/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
layout: default-next
title: Measure page quality
description: |
Test your website in a lab environment powered by PageSpeed Insights.
Then, get tips and recommendations to improve your user experience.
For field performance, see the PageSpeed Insights tool.
Test your pages in a lab environment powered by PageSpeed Insights.
Then get tips and recommendations to improve your user experience.
For field performance, see the
[PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights/)
tool.
date: 2021-10-13
pageScripts:
- '/js/measure.js'
Expand All @@ -19,7 +21,7 @@ noindex: true
{{ title }}
</h1>
{% if description %}
<p class="flow-space-base color-mid-text">{{ description }}</p>
<p class="flow-space-base color-mid-text">{{ description | md | safe }}</p>
{% endif %}
</header>
</section>
Expand Down Expand Up @@ -67,18 +69,18 @@ noindex: true
<section class="wrapper region measure-faq" class="bg-mid-bg" data-size="narrow">
<details class="bg-mid-bg">
<summary>
What is the data source powering the Measure tool?
What is the data source powering the web.dev/measure tool?
</summary>
<p>
Measure tool uses Lighthouse data from the PageSpeed Insights API.
web.dev/measure uses Lighthouse data from the PageSpeed Insights API.
Learn more about PageSpeed Insights in the
<a href="https://developers.google.com/speed/docs/insights/v5/about?hl=en-US&utm_source=PSI&utm_medium=incoming-link&utm_campaign=PSI#faq)">
official FAQs</a>
</p>
</details>
<details class="bg-mid-bg">
<summary>
How does Measure tool differ from PageSpeed Insights?
How does web.dev/measure tool tool differ from PageSpeed Insights?
</summary>
<p>
Measure tool measures the overall quality of a web page in a
Expand Down

0 comments on commit 3a5f57b

Please sign in to comment.