Skip to content

Commit

Permalink
fix(feature-list): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
devCrossNet committed Aug 16, 2021
1 parent 66eea27 commit aacee1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const config: Configuration = {
'attribute-boolean-style': 'off',
'doctype-style': 'off',
'no-inline-style': 'off',
'prefer-native-element': 'off',
},
},
},
Expand Down
16 changes: 8 additions & 8 deletions src/components/marketing/FeatureList/FeatureList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<vue-text look="medium-title" weight="semi-bold"> Nuxt.js Boilerplate </vue-text>
</vue-inline>
<vue-text look="description" color="text-medium">
Nuxt.js already set up with commonly used modules. Benefit from the Nuxt-js ecosystem,
server-side-rendering or statically rendered pages.
Nuxt.js is already set up with commonly used modules. Benefit from the Nuxt.js ecosystem,
server-side-rendering, or statically rendered pages.
</vue-text>
</vue-stack>
</vue-column>
Expand All @@ -31,7 +31,7 @@
<vue-text look="medium-title" weight="semi-bold"> Testing </vue-text>
</vue-inline>
<vue-text look="description" color="text-medium">
Cypress, Jest, the Testing Library and more than 250 tests with an initial 100% test-coverage will
Cypress, Jest, the Testing Library and more than 250 tests with an initial 100% test coverage will
give you confidence in the code you ship.
</vue-text>
</vue-stack>
Expand Down Expand Up @@ -84,7 +84,7 @@
</vue-inline>
<vue-text look="description" color="text-medium">
Full set up of the Nuxt.js auth module makes it easy to integrate with different schemes (Cookie,
Oauth2, PKCE), 3rd party providers (Auth0, Facebook, Github, etc.) or you own solution.
Oauth2, PKCE), 3rd party providers (Auth0, Facebook, Github, etc.), or your own solution.
</vue-text>
</vue-stack>
</vue-column>
Expand All @@ -97,8 +97,8 @@
<vue-text look="medium-title" weight="semi-bold"> DX & Code quality </vue-text>
</vue-inline>
<vue-text look="description" color="text-medium">
TypeScript, Eslint, Commit message lint, Prettier, Semantic releases, generated Changelog, Husky and
Code generators will help you to keep your code-base clean and consistent.
TypeScript, Eslint, Commit message lint, Prettier, Semantic releases, generated Changelog, Husky,
and Code generators will help you to keep your code-base clean and consistent.
</vue-text>
</vue-stack>
</vue-column>
Expand All @@ -110,7 +110,7 @@
</vue-inline>
<vue-text look="description" color="text-medium">
The Nuxt.js Apollo module is set up to work together with the Nuxt.js Axios module. Axios is
integrated with the Nuxt-js Auth module and provides re-authentication out of the box.
integrated with the Nuxt.js Auth module and provides re-authentication out of the box.
</vue-text>
</vue-stack>
</vue-column>
Expand All @@ -122,7 +122,7 @@
</vue-inline>
<vue-text look="description" color="text-medium">
The Nuxt.js PWA module allows you to register a Service Worker and it automatically generates a
manifest.json and app icons. It also integrates with the Free, high volume and reliable push
manifest.json and app icons. It also integrates with the Free, high volume, and reliable push
notification service OneSignal.
</vue-text>
</vue-stack>
Expand Down

0 comments on commit aacee1a

Please sign in to comment.