Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
afdaniele committed May 24, 2020
1 parent 52577b7 commit 915f589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/opmanual_developer/10_basics/05_iso_9126.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ that introduces a few minor changes.

<figure>
<figcaption>ISO/IEC 9126 Standard (source: Wikipedia)</figcaption>
<img alt="ISO/IEC 9126" style='width:36em' src="images/iso_9126.png"/>
<img alt="ISO/IEC 9126" style='width:28em' src="images/iso_9126.png"/>
</figure>

Software development, as any other activities carried out by human beings
Expand Down
2 changes: 1 addition & 1 deletion book/opmanual_developer/10_basics/10_git.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ The command `git status` will always show you which changes are
marked to be used for a new commit and which changes are not.
Use the command

$ git commit -m "[COMMIT-MESSAGE]"
$ git commit -m "![COMMIT-MESSAGE]"

to create a new commit. Replace `![COMMIT-MESSAGE]` with your
notes about what changes this commit includes.
Expand Down

0 comments on commit 915f589

Please sign in to comment.