-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
utils: correct a few headers #188
Conversation
utils/psh.md
Outdated
@@ -1,4 +1,4 @@ | |||
# Phoenix Shell (psh) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utils/psh-applets/edit.md
Outdated
@@ -1,4 +1,4 @@ | |||
# The Text Editor | |||
# Edit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As you can see the rest of applets starts with lowercase letter
# Edit | |
# edit |
utils/psh-applets/edit.md
Outdated
@@ -1,4 +1,4 @@ | |||
# The Text Editor | |||
# Edit | |||
|
|||
The plain text editor provided as an applet for `psh` can be used to quickly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The plain text editor provided as an applet for `psh` can be used to quickly | |
`edit` is the plain text editor provided as an applet for `psh`, it can be used to quickly |
JIRA: CI-435
05a300a
to
d3df37a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
JIRA: CI-435