Hi all,

Noticed the typo in org documentation and figured I'd send a patch. My
first contribution to org (and Emacs) so I hope I got everything right.

Thanks,
Bassam
From 3010082a4a704dbb3cc32a5cac21780fec465ff3 Mon Sep 17 00:00:00 2001
From: Bassam Saeed <bassam.sa...@gmail.com>
Date: Mon, 27 Jul 2020 18:03:58 -0400
Subject: [PATCH] ol.el: Fixed typo

* lisp/ol.el (org-link-parameters): Fixed typo 'ar' to 'are'

TINYCHANGE
---
 lisp/ol.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ol.el b/lisp/ol.el
index 82fc69769..76a9aca2b 100644
--- a/lisp/ol.el
+++ b/lisp/ol.el
@@ -91,7 +91,7 @@ The key in each association is a string of the link type.
 Subsequent optional elements make up a property list for that
 type.
 
-All properties ar optional.  However, the most important ones
+All properties are optional.  However, the most important ones
 are, in this order, `:follow', `:export', and `:store', described
 below.
 
-- 
2.27.0

Reply via email to