From bee8b1e06d3bd6412a4f793f942851a810ddafea Mon Sep 17 00:00:00 2001
From: Pranav Chandramouli
Date: Fri, 9 Jun 2023 18:50:59 +0200
Subject: [PATCH] typos (#283)
---
best_practices/communication.md | 4 ++--
best_practices/documentation.md | 2 +-
best_practices/testing.md | 2 +-
intellectual_property_and_licensing/trademarks.md | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/best_practices/communication.md b/best_practices/communication.md
index 89c79d56..d6b1b94f 100644
--- a/best_practices/communication.md
+++ b/best_practices/communication.md
@@ -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
diff --git a/best_practices/documentation.md b/best_practices/documentation.md
index 868befba..7d3c5822 100644
--- a/best_practices/documentation.md
+++ b/best_practices/documentation.md
@@ -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.
diff --git a/best_practices/testing.md b/best_practices/testing.md
index 020425cb..b74177fd 100644
--- a/best_practices/testing.md
+++ b/best_practices/testing.md
@@ -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.
diff --git a/intellectual_property_and_licensing/trademarks.md b/intellectual_property_and_licensing/trademarks.md
index 69ba7aaa..d95ff59a 100644
--- a/intellectual_property_and_licensing/trademarks.md
+++ b/intellectual_property_and_licensing/trademarks.md
@@ -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.