Skip to content

Commit 34bca1c

Browse files
devvaannshabose
authored andcommitted
Fix: Capitalization of word Phoenix except at links
1 parent f76a00e commit 34bca1c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/02-Writing-Docs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ have this comment in any part of the file:
2525
```
2626

2727
### Writing JSDoc in source
28-
Let us consider this example source file [src/utils/Metrics.js](https://github.com/phcode-dev/Phoenix/blob/main/src/utils/Metrics.js).
28+
Let us consider this example source file [src/utils/Metrics.js](https://github.com/phcode-dev/phoenix/blob/main/src/utils/Metrics.js).
2929
The file is created with [JSDoc](https://jsdoc.app/) compliant source code comments. Make changes to
3030
the source code comments as required.
3131

32-
When you run `npm run createJSDoc` or `npm run build` the corresponding docs for the js file are automatically generated at [docs/generatedApiDocs/utils/Metrics-API.md](https://github.com/phcode-dev/Phoenix/blob/main/docs/generatedApiDocs/utils/Metrics-API.md).
32+
When you run `npm run createJSDoc` or `npm run build` the corresponding docs for the js file are automatically generated at [docs/generatedApiDocs/utils/Metrics-API.md](https://github.com/phcode-dev/phoenix/blob/main/docs/generatedApiDocs/utils/Metrics-API.md).
3333

3434
The generated docs should be pushed to Phoenix repo if there are any doc changes.
3535
Once the changes are pushed, the build system will update the docs in all
36-
[wikis](https://github.com/phcode-dev/Phoenix/wiki)/
36+
[wikis](https://github.com/phcode-dev/phoenix/wiki)/
3737
[doc](https://docs.phcode.dev/) sites automatically.
3838

3939
## JSDoc Examples

docs/05-Available-Standard-Libraries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ https://jquery.com/
55

66
## fontawesome
77

8-
Fontawesome is used for iconography in phoenix.
8+
Fontawesome is used for iconography in Phoenix.
99

1010
credits: https://fontawesome.com/
1111

@@ -45,7 +45,7 @@ file-icon is used for iconography in Phoenix.
4545
credits: https://uiwjs.github.io/file-icons/index.html
4646

4747
## Additional icon sources
48-
This is not included in phoenix, but you can get icons from
48+
This is not included in Phoenix, but you can get icons from
4949
1. [Ionicons](http://ionicons.com)
5050

5151
### Usage

0 commit comments

Comments
 (0)