Skip to content

Commit 7ab99bc

Browse files
Merge pull request MicrosoftDocs#3102 from MicrosoftDocs/user/mikehoffms/file-name
Change "filename" to "file name" globally
2 parents 50733ca + 0186ef2 commit 7ab99bc

20 files changed

Lines changed: 28 additions & 28 deletions

File tree

microsoft-edge/devtools-guide-chromium/accessibility/navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ With focus on the **Computed** tab, press **Tab** to move focus inside and explo
249249

250250
#### Explore all computed styles
251251

252-
Press **Tab** until you reach the collection of computed styles. Computed styles are presented as an [ARIA tree](https://www.w3.org/TR/wai-aria-1.1/#tree). Expanding a listbox reveals which CSS selectors are applying the computed style. These selectors are organized by specificity. A screen reader announces the computed value, which CSS selector is currently matching, the filename of the stylesheet that contains the selector, and the line number for the selector.
252+
Press **Tab** until you reach the collection of computed styles. Computed styles are presented as an [ARIA tree](https://www.w3.org/TR/wai-aria-1.1/#tree). Expanding a listbox reveals which CSS selectors are applying the computed style. These selectors are organized by specificity. A screen reader announces the computed value, which CSS selector is currently matching, the file name of the stylesheet that contains the selector, and the line number for the selector.
253253

254254
**Known issues**
255255

microsoft-edge/devtools-guide-chromium/command-menu/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Available actions include:
6262
* **Go to Line**
6363
* **Run Snippet**
6464

65-
The actions other than **Run Command** require input, such as a filename or line number.
65+
The actions other than **Run Command** require input, such as a file name or line number.
6666

6767

6868
<!-- ====================================================================== -->

microsoft-edge/devtools-guide-chromium/device-mode/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ To set the user agent string:
412412
Or, to enter your own user agent string, enter the string in the **Enter a custom user agent** text box:
413413

414414
![Setting a custom user agent string](./index-images/device-toolbar-network-conditions-macos.png)
415-
<!-- todo: remove "macos" from filename, or show such a user agent string -->
415+
<!-- todo: remove "macos" from file name, or show such a user agent string -->
416416

417417
See also:
418418
* [Override the user agent string](override-user-agent.md)

microsoft-edge/devtools-guide-chromium/evaluate-performance/unminify.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ For details, see [Map the processed code to your original source code, for debug
6565

6666
![The Unminify button in the Performance tool](./unminify-images/perf-profile-unminify-button.png)
6767

68-
In DevTools, a popup briefly appears, reading: **Status: creating unminfied file**. Then the **Save As** dialog opens. The default filename is a pattern starting with date and time like `yymmddThhmmss`, such as: `Profile-20220307T164948-unminified.json`. The default directory is the **Downloads** directory.
68+
In DevTools, a popup briefly appears, reading: **Status: creating unminfied file**. Then the **Save As** dialog opens. The default file name is a pattern starting with date and time like `yymmddThhmmss`, such as: `Profile-20220307T164948-unminified.json`. The default directory is the **Downloads** directory.
6969

70-
1. Select a filename and directory and then click the **Save** button.
70+
1. Select a file name and directory and then click the **Save** button.
7171

7272
The **Performance** tool creates a new version of the recorded performance profile, with some function names from the flame chart replaced by more meaningful function names by using your source maps. Some of the minified production names might still appear, because source maps don't always provide the necessary information for the **Performance** tool to map all function names.
7373

microsoft-edge/devtools-guide-chromium/network/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ The **Filter** text box supports many different types of filtering.
254254

255255
1. Type `png` into the **Filter** text box. Only the files that contain the text `png` are shown. In this case the only files that match the filter are the PNG images.
256256

257-
1. Type `/.*\.[cj]s+$/`, which is a JavaScript regular expression. DevTools filters out any resource with a filename that doesn't end with a `j` or a `c` followed by 1 or more `s` characters.
257+
1. Type `/.*\.[cj]s+$/`, which is a JavaScript regular expression. DevTools filters out any resource with a file name that doesn't end with a `j` or a `c` followed by 1 or more `s` characters.
258258

259259
1. Type `-main.css`. DevTools filters out `main.css`. If any file matches that pattern, it's also filtered out.
260260

microsoft-edge/devtools-guide-chromium/network/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ Use the **Requests** table to display a log of all requests made while DevTools
417417

418418
The Requests table displays the following columns by default:
419419

420-
- **Name**. The filename of, or an identifier for, the resource.
420+
- **Name**. The file name of the resource, or an identifier for the resource.
421421
- **Status**. The HTTP status code.
422422
- **Type**. The MIME type of the requested resource.
423423
- **Initiator**. The following objects or processes can initiate requests:

microsoft-edge/devtools-guide-chromium/resources/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ When you know the name of a webpage's resource file that you want to inspect, th
5454

5555
1. If there's a greater-than (>) prompt, press **Backspace** to get to the **Open File** prompt.
5656

57-
1. Start typing the filename, and then press **Enter** when the correct file is highlighted in the autocomplete box, or select the file from the dropdown list:
57+
1. Start typing the file name, and then press **Enter** when the correct file is highlighted in the autocomplete box, or select the file from the dropdown list:
5858

59-
![Typing part of a filename in the Open File list of the Command Menu](./index-images/command-menu-file-search.png)
59+
![Typing part of a file name in the Open File list of the Command Menu](./index-images/command-menu-file-search.png)
6060

6161

6262
<!-- ====================================================================== -->
@@ -160,7 +160,7 @@ You can use the **Sources** tool to view the webpage's resource files organized
160160

161161

162162
<!-- ====================================================================== -->
163-
## Browse resource files sorted by filename in the Page tab of the Sources tool
163+
## Browse resource files sorted by file name in the Page tab of the Sources tool
164164

165165
By default, the **Page** tab in the **Sources** tool groups resource files by folder. To instead display all the resource files for each domain grouped together in a single alphabetized list:
166166

microsoft-edge/devtools-guide-chromium/sample-code/sample-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ To open an `.html` file and edit it:
280280

281281
If editing isn't enabled, click the **Allow** button to grant read/write access to the folder by doing the steps in [Opening a folder from the Filesystem (Workspace) tab in the Sources tool](#opening-a-folder-from-the-filesystem-workspace-tab-in-the-sources-tool) above.
282282

283-
The change is displayed in the **Changes** tool in the Drawer, and an asterisk is added to the filename in the **index.html** tab in the **Sources** tool:
283+
The change is displayed in the **Changes** tool in the Drawer, and an asterisk is added to the file name in the **index.html** tab in the **Sources** tool:
284284

285285
![The modified demo-to-do page before saving changes](./sample-code-images/modified-demo-to-do-before-save.png)
286286

microsoft-edge/devtools-guide-chromium/whats-new/2021/10/devtools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ For the history of this feature, see Chromium issue: [1243976](https://crbug.com
151151

152152
<!-- Chromium What's New entry: [Improved UI for DevTools command menu](https://developer.chrome.com/blog/new-in-devtools-95/#command-menu) at _What's New in DevTools (Chrome 95)_. -->
153153

154-
The **Command Menu** has been enhanced to make it easier to search for a file. When you press **Ctrl+P** in Windows and Linux or **Command+P** in macOS, the **Command Menu** now displays filenames in bold, along with an icon indicating the file type:
154+
The **Command Menu** has been enhanced to make it easier to search for a file. When you press **Ctrl+P** in Windows and Linux or **Command+P** in macOS, the **Command Menu** now displays file names in bold, along with an icon indicating the file type:
155155

156-
![Command Menu showing filenames in bold with an icon indicating the file type](./devtools-images/command-menu-filenames-bold-icons.png)
156+
![Command Menu showing file names in bold with an icon indicating the file type](./devtools-images/command-menu-filenames-bold-icons.png)
157157

158158
See also:
159159
* [Command Menu](../../../command-menu/index.md)

microsoft-edge/progressive-web-apps-chromium/how-to/handle-urls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Progressive Web Apps (PWAs) can also handle links in a similar way.
1616

1717
<!--
1818
link handling vs. url handling:
19-
Although the present filename is handle-urls.md, this file was repurposed to cover link handling rather than URL handlers.
19+
Although the present file name is handle-urls.md, this file was repurposed to cover link handling rather than URL handlers.
2020
The PWA URL handlers feature was removed from Chromium.
2121
See also [PWAs as URL Handlers](https://web.dev/pwa-url-handler/).
2222
-->

0 commit comments

Comments
 (0)