Skip to content

Commit

Permalink
fix: typo and metadata for ecosystem page
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij committed Apr 30, 2021
1 parent 3d493f0 commit 324de7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/templates/docs/ecosystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default function ({ location, pageContext: { navLinks } }) {
<div className={`${docPageContent.inner}`}>
<span>
The extension ecosystem enables developers and testers to extend k6
to cover use casesnot supported natively in the core. Explore the
to cover use cases not supported natively in the core. Explore the
endless possibilities of k6 using extensions from the table below.
Common use cases include:
</span>
Expand Down
3 changes: 2 additions & 1 deletion src/utils/seo-metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default {
ecosystem: {
data: {
title: 'k6 Ecosystem',
description: 'The k6 Ecosystem is a directory with k6 extensions',
description:
'The extension ecosystem enables developers and testers to extend k6 to cover use cases not supported natively in the core. Explore the endless possibilities of k6 and xk6.',
},
},
examples: {
Expand Down

0 comments on commit 324de7f

Please sign in to comment.