From 495492309760f75c57a77b4c19fc56a8b55ecdcb Mon Sep 17 00:00:00 2001 From: Daniel <61800298+ffe4@users.noreply.github.com> Date: Fri, 4 Sep 2020 19:17:15 +0200 Subject: [PATCH] Typo fixes (#2193) * Fix typo in README.md Signed-off-by: Daniel Lemm <61800298+ffe4@users.noreply.github.com> * Fix typo in CONTRIBUTING.md Signed-off-by: Daniel Lemm <61800298+ffe4@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf8b9e39a0..b57d32b6c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ If you're interested in contributing documentation, please note the following: ## Developer Certificate Of Origin ## -To contribute to this project, you must agree to the Developer Certificate of Origin (DCO) for each commit you make. The DCO is a simple statement that you, as a contributor, have the legal rite to make the contribution. +To contribute to this project, you must agree to the Developer Certificate of Origin (DCO) for each commit you make. The DCO is a simple statement that you, as a contributor, have the legal right to make the contribution. See the [DCO](DCO) file for the full text of what you must agree to. diff --git a/README.md b/README.md index f9beec482e..8ad23359e7 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ There are two major ways that K3s is lighter weight than upstream Kubernetes: 1. The memory footprint to run it is smaller 2. The binary, which contains all the non-containerized components needed to run a cluster, is smaller -The memory footprint is reduced primarily by running many components inside of single process. This eliminates significant overhead that would otherwise be duplicated for each component. +The memory footprint is reduced primarily by running many components inside of a single process. This eliminates significant overhead that would otherwise be duplicated for each component. The binary is smaller by removing third-party storage drivers and cloud providers, which is explained in more detail below.