Skip to content

Commit dad9c17

Browse files
RondinellyPaulKinlan
authored andcommitted
Fix small things in sources.md (google#7170)
1 parent 6f7875d commit dad9c17

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/en/tools/chrome-devtools/sources.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ book_path: /web/tools/_book.yaml
33
description: View and edit files, create Snippets, debug JavaScript, and set up Workspaces in the Sources panel of Chrome DevTools.
44

55
{# wf_blink_components: Platform>DevTools #}
6-
{# wf_updated_on: 2018-12-19 #}
6+
{# wf_updated_on: 2019-01-30 #}
77
{# wf_published_on: 2018-01-09 #}
88

99
{% include "web/tools/chrome-devtools/_shared/styles.html" %}
@@ -44,10 +44,10 @@ How the **Page** pane is organized:
4444
* The third-level, fourth-level, and so on, represent directories and resources that
4545
were loaded from that origin. For example, in <b>Figure 1</b> the full path to the
4646
resource `devsite-googler-button` is
47-
`developers.google.com/_static/f6e16de9fa/css/devsite-googler-button`
47+
`developers.google.com/_static/19aa27122b/css/devsite-googler-button`
4848

4949
[frame]: https://www.w3.org/TR/html401/present/frames.html
50-
[origin]: https://www.w3.org/TR/2011/WD-html5-20110525/origin-0.html
50+
[origin]: https://html.spec.whatwg.org/multipage/origin.html#origin
5151

5252
Click a file in the **Page** pane to view its contents in the **Editor** pane. You
5353
can view any type of file. For images, you see a preview of the image.
@@ -87,7 +87,7 @@ change, then the text `A` would have been logged to the **Console**.
8787
<img src="images/edit-js.gif"
8888
alt="Editing JavaScript in the Editor pane"/>
8989
<figcaption>
90-
<b>Figure 5</b>. Editing JavaScript in the <b>Editor</b> pane
90+
<b>Figure 4</b>. Editing JavaScript in the <b>Editor</b> pane
9191
</figcaption>
9292
</figure>
9393

@@ -114,7 +114,7 @@ any time you need it. DevTools saves the **Snippet** to your file system.
114114
<img src="images/snippet.png"
115115
alt="A Snippet that inserts the jQuery library into a page."/>
116116
<figcaption>
117-
<b>Figure 6</b>. A <b>Snippet</b> that inserts the jQuery library into a page
117+
<b>Figure 5</b>. A <b>Snippet</b> that inserts the jQuery library into a page
118118
</figcaption>
119119
</figure>
120120

@@ -146,7 +146,7 @@ basics of debugging in DevTools.
146146
<img src="images/debugging.png"
147147
alt="Debugging JavaScript"/>
148148
<figcaption>
149-
<b>Figure 7</b>. Debugging JavaScript
149+
<b>Figure 6</b>. Debugging JavaScript
150150
</figcaption>
151151
</figure>
152152

0 commit comments

Comments
 (0)