From 2c642328c9b5bce3b124267c18a2d304eb80529a Mon Sep 17 00:00:00 2001 From: Cue Date: Sat, 18 Mar 2023 06:53:54 +0000 Subject: [PATCH] docs: fix typo (#19779) --- docs/1.getting-started/11.testing.md | 2 +- docs/1.getting-started/5.seo-meta.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/1.getting-started/11.testing.md b/docs/1.getting-started/11.testing.md index 49141fc4c8..45f06b5707 100644 --- a/docs/1.getting-started/11.testing.md +++ b/docs/1.getting-started/11.testing.md @@ -8,7 +8,7 @@ How to test your Nuxt application. ::alert{icon=👉} Test utils are still in development and the API and behavior may change. Currently, it is in preview stage but not yet ready for testing production apps. -If you are a module author, you can find more specific informations in the [Module Author's guide](/docs/guide/going-further/modules#testing) +If you are a module author, you can find more specific information in the [Module Author's guide](/docs/guide/going-further/modules#testing) :: In Nuxt 3, we have a rewritten version of `@nuxt/test-utils`. We support [Vitest](https://github.com/vitest-dev/vitest) and [Jest](https://jestjs.io/) as test runners. diff --git a/docs/1.getting-started/5.seo-meta.md b/docs/1.getting-started/5.seo-meta.md index c7b87994e0..fcedbe99c5 100644 --- a/docs/1.getting-started/5.seo-meta.md +++ b/docs/1.getting-started/5.seo-meta.md @@ -171,7 +171,7 @@ It's recommended to use getters (`() => value`) over computed (`computed(() => v ```vue [useSeoMeta]