diff --git a/adev/src/content/reference/configs/file-structure.md b/adev/src/content/reference/configs/file-structure.md index 618c6adde14..3dc429f0083 100644 --- a/adev/src/content/reference/configs/file-structure.md +++ b/adev/src/content/reference/configs/file-structure.md @@ -64,7 +64,7 @@ Subfolders contain the application source and application-specific configuration | Application support files | Purpose | |:--- |:--- | | `app/` | Contains the component files in which your application logic and data are defined. See details [below](#app-src). | -| `assets/` | Contains image and other asset files to be served as static files by the dev server and copied as-is when you build your application. | +| `public/` | Contains image and other asset files to be served as static files by the dev server and copied as-is when you build your application. | | `favicon.ico` | An icon to use for this application in the bookmark bar. | | `index.html` | The main HTML page that is served when someone visits your site. The CLI automatically adds all JavaScript and CSS files when building your app, so you typically don't need to add any `