Skip to content

Commit b5f39c5

Browse files
sumitarorathePunderWoman
authored andcommitted
docs(devtools): updating firefox documentation (angular#44952)
updating typo PR Close angular#44952
1 parent e589bc6 commit b5f39c5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

devtools/docs/firefox.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Installing Angular DevTools in Firefox
22

3-
To install Angular DevTools in Firefox follow the steps:-
3+
To install Angular DevTools in Firefox follow the steps:
44

55
* Open menu item from top bar `Tools -> Browser Tools -> Remote Debugging`.
66

77
* After clicking `Remote Debugging` click on `This Firefox` option from left navigation. You will see the below screen with list of extensions. Temporary extensions are unreleased extensions loaded in development mode.
88

99
* Click on `Load Temporary Add-on` button to select and load the Angular DevTools extension for Firefox.
1010

11-
* Select any file from `dist/bin/devtools/projects/shell-browser/src/prodapp` directory to load extension. If you have not build extension for Firefox yet. You can do it using `yarn build:firefox` which will generate build for Firefox.
11+
* Select any file from `dist/bin/devtools/projects/shell-browser/src/prodapp` directory to load extension. If you have not built the extension for Firefox yet, you can do it using `yarn devtools:build:firefox` which will generate build for Firefox.
1212

13-
* After selecting file and clicking open, you should be able to see Angular DevTools as a Temporary Extension in Firefox.
13+
* After selecting file and clicking open, you should be able to see Angular DevTools as a temporary Extension in Firefox.
1414

1515
* Open any Angular application in dev mode and open Firefox DevTools you should see Angular Tab in there.

devtools/projects/shell-browser/src/popups/not-angular.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<html>
22

33
<head>
44
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />

devtools/projects/shell-browser/src/popups/production.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<html>
22

33
<head>
44
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />

devtools/projects/shell-browser/src/popups/supported.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<html>
22

33
<head>
44
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />

devtools/projects/shell-browser/src/popups/unsupported.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<html>
22

33
<head>
44
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />

0 commit comments

Comments
 (0)