diff --git a/aio/content/guide/file-structure.md b/aio/content/guide/file-structure.md index 3992df0cdf..7ee63c56d7 100644 --- a/aio/content/guide/file-structure.md +++ b/aio/content/guide/file-structure.md @@ -53,7 +53,7 @@ Workspace-wide `node_modules` dependencies are visible to this project. | `app/` | Contains the component files in which your app logic and data are defined. See details in [App source folder](#app-src) below. | | `assets/` | Contains image files and other asset files to be copied as-is when you build your application. | | `environments/` | Contains build configuration options for particular target environments. By default there is an unnamed standard development environment and a production ("prod") environment. You can define additional target environment configurations. | -| `browserlist` | Configures sharing of target browsers and Node.js versions among various front-end tools. See [Browserlist on GitHub](https://github.com/browserslist/browserslist) for more information. | +| `browserslist` | Configures sharing of target browsers and Node.js versions among various front-end tools. See [Browserslist on GitHub](https://github.com/browserslist/browserslist) for more information. | | `favicon.ico` | An icon to use for this app 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 `