Skip to content

Commit

Permalink
typos (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranav Chandramouli authored Jun 9, 2023
1 parent 027c655 commit bee8b1e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions best_practices/communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ create the mailing list.

## Demo docker image in dockerhub (with Dockerfile)

When applies, ususally for services.
When applies, usually for services.

If software is the service Docker image should be created at the very early stage. This will allow for easier testing and platform
If software is the service, Docker image should be created at a very early stage. This will allow for easier testing and platform
independent use.

## An online demo
Expand Down
2 changes: 1 addition & 1 deletion best_practices/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ An extensive example is [Angular.js's CONTRIBUTING.md](https://github.com/angula

## Code of conduct

A code of conduct is a set of rules outlining the social norms, religious rules and responsibilities of, and or proper practices for an individual. Such a document is advantagous for collaberation, for several reasons:
A code of conduct is a set of rules outlining the social norms, religious rules and responsibilities of, and or proper practices for an individual. Such a document is advantagous for collaboration, for several reasons:

* It shows your intent to work together in a positive way with everyone.
* It reminds everyone to communicate in a welcoming and inclusive way.
Expand Down
2 changes: 1 addition & 1 deletion best_practices/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ free public continous integration service.

### Nightly builds

Most CI builds are triggered by a git push, but sometimes the repository must be build every night.
Most CI builds are triggered by a git push, but sometimes the repository must be built every night.
Possible reasons for nightly builds:

* Make sure the repository stays working even if there are no changes pushed to the repository, but it's dependencies are changing possibly breaking the code in the repository.
Expand Down
2 changes: 1 addition & 1 deletion intellectual_property_and_licensing/trademarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As an example, Apple Records and Apple Computer can co-exist peacefully despite

## Getting a trademark

Trademarks can be registered with the patent and trademark office, after which they're marked with an ® symbol. In some countries, notably the US, this in not required, and just using it in practice to identify your products is in principle enough. Non-registered trademarks are marked with a ™ symbol.
Trademarks can be registered with the patent and trademark office, after which they're marked with an ® symbol. In some countries, notably the US, this is not required, and just using it in practice to identify your products is in principle enough. Non-registered trademarks are marked with a ™ symbol.

Our Netherlands eScience Center logo is an example of a (non-registered) service mark (℠, although there is no legal protection for unregistered marks here). Service marks are essentially the same thing as trademarks, but they don't identify physical products (we don't make any) but services or intangible products, and as such are applied to equipment and uniforms and such. The idea is the same however.

Expand Down

0 comments on commit bee8b1e

Please sign in to comment.