diff --git a/docs/getting-started/homepage.md b/docs/getting-started/homepage.md index 4b48929b9a..cb3a43b1fd 100644 --- a/docs/getting-started/homepage.md +++ b/docs/getting-started/homepage.md @@ -24,7 +24,7 @@ yarn add @backstage/plugin-home #### 2. Create a new HomePage component -Inside your `packages/app`, create a new file where our new Home Page component is going to live. Create `packages/app/src/components/home/HomePage.tsx` with the following initial code +Inside your `packages/app` directory, create a new file where our new Home Page component is going to live. Create `packages/app/src/components/home/HomePage.tsx` with the following initial code ```tsx import React from 'react';