Skip to content

Commit ab76287

Browse files
authored
fix description and featured snippet (google#7135)
1 parent b4e16a6 commit ab76287

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/en/updates/2019/01/devtools.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
project_path: /web/_project.yaml
22
book_path: /web/updates/_book.yaml
3-
description: TODO
3+
description: Logpoints, style properties in Inspect Mode, and much more.
44

55
{# wf_updated_on: 2019-01-21 #}
6-
{# wf_published_on: 2019-01-16 #}
7-
{# wf_tags: chrome72, devtools, devtools-whatsnew #}
6+
{# wf_published_on: 2019-01-22 #}
7+
{# wf_tags: chrome73, devtools, devtools-whatsnew #}
88
{# wf_featured_image: /web/updates/images/generic/chrome-devtools.png #}
9-
{# wf_featured_snippet: TODO #}
9+
{# wf_featured_snippet: Logpoints, style properties in Inspect Mode, and much more. #}
1010
{# wf_blink_components: Platform>DevTools #}
1111

1212
# What's New In DevTools (Chrome 73) {: .page-title }
@@ -19,7 +19,7 @@ Here's what's new in DevTools in Chrome 73.
1919

2020
## Logpoints {: #logpoints }
2121

22-
Use Logpoints to log messages to the Console without cluttering up your code with `console.*`
22+
Use Logpoints to log messages to the Console without cluttering up your code with `console.log()`
2323
calls.
2424

2525
To add a logpoint:

0 commit comments

Comments
 (0)