diff --git a/develop-docs/api-server/index.mdx b/develop-docs/api-server/index.mdx index 0d7b6b74e3de4..ad020c1a0c77f 100644 --- a/develop-docs/api-server/index.mdx +++ b/develop-docs/api-server/index.mdx @@ -1,6 +1,6 @@ --- title: API Server -description: Documentation of the monolith, the hearth of Sentry. The backend of our application. +description: Documentation of the monolith, the heart of Sentry. The backend of our application. sidebar_order: 50 --- diff --git a/develop-docs/frontend/index.mdx b/develop-docs/frontend/index.mdx index f04f400e7b744..fcaa10cf2172c 100644 --- a/develop-docs/frontend/index.mdx +++ b/develop-docs/frontend/index.mdx @@ -4,7 +4,7 @@ description: How we write frontend code at Sentry. sidebar_order: 60 --- -This guide specifically focussed on the [Sentry](https://github.com/getsentry/sentry) and [Getsentry](https://github.com/getsentry/getsentry) codebases. It assumes you are using the eslint rules outlined by [eslint-config-sentry](https://github.com/getsentry/eslint-config-sentry); hence code style enforced by these linting rules will not be discussed here. +This guide specifically focuses on the frontend part of the [Sentry](https://github.com/getsentry/sentry) and [Getsentry](https://github.com/getsentry/getsentry) codebases. It assumes you are using the eslint rules outlined by [eslint-config-sentry](https://github.com/getsentry/eslint-config-sentry); hence code style enforced by these linting rules will not be discussed here. ## Directory structure