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

Minor fixes in about.html and other static pages under / #389

Merged
merged 7 commits into from Nov 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 10 additions & 10 deletions content/about.html
Expand Up @@ -22,13 +22,13 @@ <h1 class="masthead-left__title">
<div class="masthead-left__body">
<p>
web.dev is the ultimate resource for developers of all
backgrounds to learn, create, and solve on the web. Its meant
to not only educate developers, but help them apply what theyve
backgrounds to learn, create, and solve on the web. It's meant
to not only educate developers, but help them apply what they've
learned to any site they work on, be it personal or business.
</p>
<p>
web.dev was borne of a belief that if we make high quality
experiences easy to build it will enable more meaningful
experiences easy to build, it will enable more meaningful
engagement on the web—for users and developers alike. Simply
put, we realized the only way the web gets better is if we help
the people building it succeed.
Expand All @@ -51,15 +51,15 @@ <h2>Our vision</h2>
<p>
While we have a fantastic, creative community, there are indicators
that the web we experience daily does not map to its current
capabilities. We, Googles web platform team, are looking to work
capabilities. We, Google's web platform team, are looking to work
together with developers to help close that gap.
</p>
<p>
Because no platform can match the reach of the web. But the benefit
of this massive reach is offset if the experience cant meet user
of this massive reach is offset if the experience can't meet user
expectations. As the bar for high-quality experience continues to
rise, users are quickly disappointed in a web experience that
doesnt deliver. And then theyre gone.
doesn't deliver. And then they're gone.
</p>
<p>
We believe, however, the web now has the capabilities to overcome
Expand All @@ -69,7 +69,7 @@ <h2>Our vision</h2>
<p>
Now we want to help the developer community build that kind of web.
With our deep understanding of user needs and working closely with
partners whove seen great results, weve created guidance and tools
partners who've seen great results, we've created guidance and tools
here that developers of all stripes can explore, try, and deploy.
</p>
</div>
Expand All @@ -83,7 +83,7 @@ <h2>Our vision</h2>
<h2>Principles defining modern web experiences today</h2>
<p>
We discovered the web is its most capable when certain core
principles are met. Weve identified those tenets of a successful
principles are met. We've identified those tenets of a successful
web experience so you can now execute against them to better meet
your users' needs:
</p>
Expand Down Expand Up @@ -136,7 +136,7 @@ <h2>Principles defining modern web experiences today</h2>
<h2>What's on web.dev?</h2>
<p>
If you want to learn how to build on the web, or how to build on
the web better, youve come to the right place. A basic
the web better, you've come to the right place. A basic
knowledge of HTML/CSS/JS is all you need to get started using
the tools and guidance on web.dev to:
</p>
Expand All @@ -160,7 +160,7 @@ <h3>Measure</h3>
<h3>Learn</h3>
<p>
Organized around the core principles of what makes a better web,
youll find a comprehensive collection of actionable guides,
you'll find a comprehensive collection of actionable guides,
tutorials, and codelabs to help you understand how to make your
site better, and even practice doing it.
</p>
Expand Down
Expand Up @@ -31,7 +31,7 @@ Run Lighthouse from your [web.dev profile](/measure) page:

1. Review the audits report to identify areas in which your page can be improved.

1. For each audit, youll find guidance and immediate steps you can take to improve your scores.
1. For each audit, you'll find guidance and immediate steps you can take to improve your scores.

## Run Lighthouse from Chrome DevTools

Expand Down
2 changes: 1 addition & 1 deletion content/fast/guides.yaml
Expand Up @@ -19,7 +19,7 @@ order: 1

topics:
# Topic containing several guides
- title: Measure your sites performance
- title: Measure your site's performance
guides:
- discover-performance-opportunities-with-lighthouse
- title: Optimize your images
Expand Down
2 changes: 1 addition & 1 deletion content/fast/serve-images-webp/index.md
Expand Up @@ -125,7 +125,7 @@ The `<picture>` tag provides a wrapper for zero or more `<source>` tags and one

The `<source>` tag specifies a media resource.

The browser uses the first listed source thats in a format it supports. If the browser does not support any of the formats listed in the `<source>` tags, it falls back to loading the image specified by the `<img>` tag.
The browser uses the first listed source that's in a format it supports. If the browser does not support any of the formats listed in the `<source>` tags, it falls back to loading the image specified by the `<img>` tag.

**Gotchas:**

Expand Down
5 changes: 3 additions & 2 deletions content/fast/serve-modern-code-to-modern-browsers/index.md
Expand Up @@ -108,8 +108,9 @@ to create scripts that can import and export from other modules, but you can
also use them with `@babel/preset-env` to only target browsers that support
them.

Instead of querying for specific browser versions or market share, consider
specifying `“esmodules” : true` inside your `.babelrc` file’s `targets` field.

Instead of querying for specific browser versions or market share, consider
specifying `“esmodules” : true` inside your `.babelrc` file's `targets` field.

```json
{
Expand Down
8 changes: 4 additions & 4 deletions content/index.html
Expand Up @@ -4,7 +4,7 @@
<meta name="project_path" value="/_project.yaml" />
<meta name="book_path" value="/_book.yaml" />
<meta name="full_width" value="true" />
<meta name="description" value="Lets build the future of the web. With actionable guidance and analysis, web.dev helps developers like you learn and apply the webs modern capabilities to your own sites and apps." />
<meta name="description" value="Let's build the future of the web. With actionable guidance and analysis, web.dev helps developers like you learn and apply the web's modern capabilities to your own sites and apps." />
</head>
<body>
<div class="home-landing-page">
Expand All @@ -17,11 +17,11 @@
</div>
<div class="masthead-left">
<h1 class="masthead-left__title">
Lets build the future of the web.
Let's build the future of the web.
</h1>
<p class="masthead-left__body">
With actionable guidance and analysis, web.dev helps developers like you
learn and apply the webs modern capabilities to your own sites and apps.
learn and apply the web's modern capabilities to your own sites and apps.
</p>
<div class="masthead-left__button-row">
<a class="button button-primary gc-analytics-event"
Expand All @@ -43,7 +43,7 @@ <h1 class="masthead-left__title">
<main>
<div class="lessons container container--lp">
<p class="lessons__learned">
Googles web platform team has spent over a decade learning about user
Google's web platform team has spent over a decade learning about user
needs. Now we want to make it as easy as possible for you to master the
defining standards of web development today.
</p>
Expand Down
4 changes: 2 additions & 2 deletions content/measure.html
Expand Up @@ -53,15 +53,15 @@ <h2>Audit your web page</h2>
<h2>Analyze for improvements</h2>
</div>
<p>
Review the audits report to identify areas in which your page can be improved. Each day we'll generate a new report for you.
Review the audits report to identify areas in which your page can be improved. Each day well generate a new report for you.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the smart quote on purpose? just curious

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was actually trying to figure out if this is a thing in the existing content, but wasn't able to check the code out on my laptop. In any case, I think we need to revert this for now.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It uses smart quotes throughout the rest of the text, so I assumed it was missing.

Can’t rebase now, just about to board my plane to the US and on my phone only.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed them across the repo now. @robdodson PTAL

</p>
</div>
<div class="profile-step">
<div class="numbered-header numbered-header--vertical">
<h2>Learn how to fix it</h2>
</div>
<p>
For each audit youll find guidance and immediate steps you can take to improve your scores.
For each audit you'll find guidance and immediate steps you can take to improve your scores.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion lib/.devsite.js