git: dcd4e337c7 - main - Fix type in commercial entries

Sergio Carlavilla Delgado carlavilla at FreeBSD.org
Tue Jan 26 19:22:46 UTC 2021


The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=dcd4e337c7f9f53bf0f4b3a68a80905556604d02

commit dcd4e337c7f9f53bf0f4b3a68a80905556604d02
Author:     Sergio Carlavilla Delgado <carlavilla at FreeBSD.org>
AuthorDate: 2021-01-26 19:20:41 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla at FreeBSD.org>
CommitDate: 2021-01-26 19:20:41 +0000

    Fix type in commercial entries
    
    Digital Ocean has a typo in the description
    virtaul -> virtual
    
    PR:             250982
    Submitted by:   Scott Kenney sak (at) codered.rmta.org
---
 website/data/en/vendors/isp.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/data/en/vendors/isp.toml b/website/data/en/vendors/isp.toml
index 77c7c9911b..73281788ed 100644
--- a/website/data/en/vendors/isp.toml
+++ b/website/data/en/vendors/isp.toml
@@ -41,7 +41,7 @@ description = "We offer flexible solutions and serve our customers needs with co
 id = "digitalocean"
 name = "Digital Ocean"
 url = "https://www.digitalocean.com/"
-description = "Digital Ocean offers FreeBSD virtaul private servers (Droplets) from ten data centers around the world. Droplets range in size and price, supporting hourly or monthly billing with snapshot functionality. All Droplets are created on SSD drives for ideal performance. FreeBSD support was added the first quarter of 2015."
+description = "Digital Ocean offers FreeBSD virtual private servers (Droplets) from ten data centers around the world. Droplets range in size and price, supporting hourly or monthly billing with snapshot functionality. All Droplets are created on SSD drives for ideal performance. FreeBSD support was added the first quarter of 2015."
 
 [[isp]]
 id = "lf"


More information about the dev-commits-doc-all mailing list