Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 8db3cb8

Browse files
authored
[devtools] fix typo (#881)
1 parent 268c090 commit 8db3cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/blog/new-in-devtools-92/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A highly requested feature. You can now preview and author CSS Grid with the new
2626

2727
{% Img src="image/dPDCek3EhZgLQPGtEG3y0fTn4v82/mV9Ac7QAD8vVPoiqmii6.png", alt="CSS Grid editor", width="800", height="486" %}
2828

29-
When an HTML element on your page has `display: grid` or `display: grid` applied to it, you can see an icon appear next to it in the Styles pane. Click the icon to toggle the CSS grid editor. Here you can preview the potential changes with the on screen icons (e.g. `justify-content: space-around`) and author the grid appearance with just one click.
29+
When an HTML element on your page has `display: grid` or `display: inline-grid` applied to it, you can see an icon appear next to it in the Styles pane. Click the icon to toggle the CSS grid editor. Here you can preview the potential changes with the on screen icons (e.g. `justify-content: space-around`) and author the grid appearance with just one click.
3030

3131
{# https://chromium.googlesource.com/devtools/devtools-frontend/+/dbd631539c7eeac02ea68a37096ce3bc7d9487d9 #}
3232

0 commit comments

Comments
 (0)