From 0516abfb062b430815a502a48967315d48ae29d7 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 10 Dec 2024 20:55:34 +0100 Subject: [PATCH] Update files/en-us/glossary/source_map/index.md Co-authored-by: Vadim Makeev --- files/en-us/glossary/source_map/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/glossary/source_map/index.md b/files/en-us/glossary/source_map/index.md index 9ddcbf97656c523..36fd273bf7bee36 100644 --- a/files/en-us/glossary/source_map/index.md +++ b/files/en-us/glossary/source_map/index.md @@ -56,7 +56,7 @@ This map file contains not only mappings between the original SCSS and the gener } ``` -This allows browser DevTools not only show the resulted CSS in the inspector, but also link to the specific line in the source SCSS file and show it: +The source map allows the browser's DevTools to link to specific lines in the original SCSS file and display the source code: ![Firefox DevTools focused on the li element in the DOM inspector. The style panel shows transformed CSS without nesting and a link to the third line of the index.scss file.](inspector.png)