~sircmpwn/writefreesoftware.org

learn/participate: fix typo on assets and choose-a-license v1 APPLIED

Shulhan: 1
 learn/participate: fix typo on assets and choose-a-license

 2 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/writefreesoftware.org/patches/42131/mbox | git am -3
Learn more about email & git

[PATCH] learn/participate: fix typo on assets and choose-a-license Export this patch

Remove trailing period after "SIL Open Font License" and changes
"receipient" to "recipient".
---
 content/learn/participate/assets.md           | 2 +-
 content/learn/participate/choose-a-license.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/learn/participate/assets.md b/content/learn/participate/assets.md
index 4acce18..a6a7609 100644
--- a/content/learn/participate/assets.md
+++ b/content/learn/participate/assets.md
@@ -29,7 +29,7 @@ Hardware projects (schematics, HDL sources, etc) are encouraged to use the
## Fonts

The
<a href="https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL" class="non-free" title="This link will take you to a non-free website">SIL Open Font License</a>.
<a href="https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL" class="non-free" title="This link will take you to a non-free website">SIL Open Font License</a>
is recommended for distributing fonts in a manner compatible with free software.

## Documentation
diff --git a/content/learn/participate/choose-a-license.md b/content/learn/participate/choose-a-license.md
index 15de87e..5f8c940 100644
--- a/content/learn/participate/choose-a-license.md
+++ b/content/learn/participate/choose-a-license.md
@@ -69,7 +69,7 @@ incorporate their improvements back into your version. For more details, see

## Permissive licenses

Permissive licenses impose relatively few obligations on the receipient of your
Permissive licenses impose relatively few obligations on the recipient of your
software. These licenses permit the software to be freely re-used and integrated
into any other software project, including non-free software. It can be useful
for projects which target commercial use or widespread adoption.
-- 
2.41.0
Thanks!

To git@git.sr.ht:~sircmpwn/writefreesoftware.org
   e3e9c92..0784a82  master -> master