diff --git a/docs/pages/develop/development-builds/introduction.mdx b/docs/pages/develop/development-builds/introduction.mdx index 44b85f5abc8d6c..9f3dd74fce2a38 100644 --- a/docs/pages/develop/development-builds/introduction.mdx +++ b/docs/pages/develop/development-builds/introduction.mdx @@ -1,7 +1,7 @@ --- title: 'Development builds: Introduction' sidebar_title: Introduction -description: +description: Development builds of your app are Debug builds of your project. It includes the expo-dev-client library, which allows you to develop and debug projects using Expo CLI. --- import ImageSpotlight from '~/components/plugins/ImageSpotlight';