Skip to content

Commit

Permalink
docs: fix lead paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz authored Jun 17, 2021
1 parent 9340ed2 commit bc7e8d8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions nuxtjs.org/content/0.docs/6.internals-glossary/1.context.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: 'The Context'
description: The `context` provides additional objects/params from Nuxt to Vue components and is available in special nuxt lifecycle areas like [`asyncData`](/docs/features/data-fetching#async-data), [`fetch`](/docs/features/data-fetching), [`plugins`](/docs/directory-structure/plugins), [`middleware`](/docs/directory-structure/middleware#router-middleware) and [`nuxtServerInit`](/docs/directory-structure/store#the-nuxtserverinit-action).
category: internals-glossary
---
# The Context

The `context` provides additional objects/params from Nuxt to Vue components and is available in special nuxt lifecycle areas like [`asyncData`](/docs/features/data-fetching#async-data), [`fetch`](/docs/features/data-fetching), [`plugins`](/docs/directory-structure/plugins), [`middleware`](/docs/directory-structure/middleware#router-middleware) and [`nuxtServerInit`](/docs/directory-structure/store#the-nuxtserverinit-action).

> _Note: "The Context" we refer to here is not to be confused with the `context` object available in [`Vuex Actions`](https://vuex.vuejs.org/guide/actions.html). The two are unrelated._
Expand Down

1 comment on commit bc7e8d8

@vercel
Copy link

@vercel vercel bot commented on bc7e8d8 Jun 17, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.