Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
Co-Authored-By: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
sebastianbenz and ijjk authored Feb 14, 2020
1 parent 91f15b8 commit 9836af4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default MyAmpPage

The above example uses the [`amp-timeago`](https://amp.dev/documentation/components/amp-timeago/?format=websites) component.

By default, always the latest version of a component is imported. If you wan to customize the version, you can use `next/head`, as in the following example:
By default, the latest version of a component is always imported. If you want to customize the version, you can use `next/head`, as in the following example:

```jsx
import Head from 'next/head'
Expand Down

0 comments on commit 9836af4

Please sign in to comment.