From 24f54281878db349b6394c296c2ce2a6041d732a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20J=C3=A4rvinen?= Date: Wed, 23 Jan 2019 14:02:26 +0200 Subject: [PATCH] docs: fix typo for Browserslist in file structure guide (#28312) PR Close #28312 --- aio/content/guide/file-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `