Skip to content
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

Fix typos in README and recommended_readings #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ $ browser build/html/index.html

Once your local changes are compiling, you can request to update the documentation
via a pull request.
When the pull request gets merged, the online version of the wensite gets
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is another typo on line 13. It is 'ecnouraged' instead of 'encouraged'.

When the pull request gets merged, the online version of the website gets
automatically updated to the most recent version.
2 changes: 1 addition & 1 deletion src/community/recommended_readings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ practices adopted by SKA developers.
System Design
=============

* `Continuous Delivery <https://www.continuousdelivery.com/>`_ describes system design and practices necessary to realize continuos delivery.
* `Continuous Delivery <https://www.continuousdelivery.com/>`_ describes system design and practices necessary to realize continuous delivery.
* `Design Patterns: Elements of Reusable Object-Oriented Software <https://en.wikipedia.org/wiki/Design_Patterns>`_ describes the most common design patterns to be found in a software system.

Programming
Expand Down