From 9d4f8ce84cee75fe1991e4b6a4649fa851f23f78 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 12 May 2023 09:41:38 -0700 Subject: [PATCH] Fix "smart" single quotes (by swapping them with regular single quotes) --- chronograf/content.md | 2 +- couchbase/license.md | 2 +- mariadb/content.md | 2 +- php-zendserver/content.md | 2 +- sl/content.md | 2 +- spiped/content.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chronograf/content.md b/chronograf/content.md index 765e2397d62c..3270ea9ade43 100644 --- a/chronograf/content.md +++ b/chronograf/content.md @@ -1,6 +1,6 @@ # Chronograf -Chronograf is InfluxData’s open source web application. Use Chronograf with the other components of the [TICK](https://www.influxdata.com/products/) stack for infrastructure monitoring, alert management, data visualization, and database management. +Chronograf is InfluxData's open source web application. Use Chronograf with the other components of the [TICK](https://www.influxdata.com/products/) stack for infrastructure monitoring, alert management, data visualization, and database management. %%LOGO%% diff --git a/couchbase/license.md b/couchbase/license.md index f7dfed031255..617fca49366a 100644 --- a/couchbase/license.md +++ b/couchbase/license.md @@ -1,5 +1,5 @@ Couchbase Server comes in two editions: Enterprise Edition and Community Edition. You can find details on the differences between the two and licensing information on the [Couchbase Server Editions](https://docs.couchbase.com/server/current/introduction/editions.html) page. -- **Enterprise Edition** -- The Enterprise Edition license provides for free for development and testing for Couchbase Enterprise Edition. A paid subscription for production deployment is required. Please refer to the [pricing](https://www.couchbase.com/pricing) page for details on Couchbase’s Enterprise Edition. +- **Enterprise Edition** -- The Enterprise Edition license provides for free for development and testing for Couchbase Enterprise Edition. A paid subscription for production deployment is required. Please refer to the [pricing](https://www.couchbase.com/pricing) page for details on Couchbase's Enterprise Edition. - **Community Edition** -- The Community Edition license provides for free deployment of Couchbase Community Edition for departmental-scale deployments of up to five node clusters. It has recently been changed to disallow use of XDCR, which is now an exclusive Enterprise Edition feature. diff --git a/mariadb/content.md b/mariadb/content.md index dd8746491a77..0015e02d7298 100644 --- a/mariadb/content.md +++ b/mariadb/content.md @@ -1,6 +1,6 @@ # What is MariaDB? -MariaDB Server is one of the most popular database servers in the world. It’s made by the original developers of MySQL and guaranteed to stay open source. Notable users include Wikipedia, DBS Bank, and ServiceNow. +MariaDB Server is one of the most popular database servers in the world. It's made by the original developers of MySQL and guaranteed to stay open source. Notable users include Wikipedia, DBS Bank, and ServiceNow. The intent is also to maintain high compatibility with MySQL, ensuring a library binary equivalency and exact matching with MySQL APIs and commands. MariaDB developers continue to develop new features and improve performance to better serve its users. diff --git a/php-zendserver/content.md b/php-zendserver/content.md index aa2daa6f857a..8f8a96706aaa 100644 --- a/php-zendserver/content.md +++ b/php-zendserver/content.md @@ -4,7 +4,7 @@ Zend Server is the integrated application platform for PHP mobile and web apps. ### Boost your Development with Z-Ray -Using Zend Server Z-Ray is akin to wearing X-Ray goggles, effortlessly giving developers deep insight into how their code is running as they are developing it – all without having to change any of their habits or workflow. With Z-Ray, developers can immediately understand the impact of their code changes, enabling them to both improve quality and solve issues long before their code reaches production. In addition to the obvious benefits of this ‘Left Shifting’ – better performance, fewer production issues and faster recovery times – using Z-Ray is also downright fun! +Using Zend Server Z-Ray is akin to wearing X-Ray goggles, effortlessly giving developers deep insight into how their code is running as they are developing it – all without having to change any of their habits or workflow. With Z-Ray, developers can immediately understand the impact of their code changes, enabling them to both improve quality and solve issues long before their code reaches production. In addition to the obvious benefits of this 'Left Shifting' – better performance, fewer production issues and faster recovery times – using Z-Ray is also downright fun! ### Powering Continuous Delivery diff --git a/sl/content.md b/sl/content.md index f3ba5685dd26..f2b99b8ff80a 100644 --- a/sl/content.md +++ b/sl/content.md @@ -10,7 +10,7 @@ Scientific Linux is a [Fermilab](http://fnal.gov/) sponsored project. Our primar Our Mission: -> Driven by Fermilab’s scientific mission and focusing on the changing needs of experimental facilities, Scientific Linux should provide a world class environment for scientific computing needs. +> Driven by Fermilab's scientific mission and focusing on the changing needs of experimental facilities, Scientific Linux should provide a world class environment for scientific computing needs. Scientific Linux is a rebuild of Red Hat Enterprise Linux (property of Red Hat Inc. NYSE:RHT). diff --git a/spiped/content.md b/spiped/content.md index deb5bd87b14a..3e013c925489 100644 --- a/spiped/content.md +++ b/spiped/content.md @@ -29,7 +29,7 @@ Usually you would combine this image with another linked container. The followin $ docker run -d -v /path/to/keyfile:/spiped/key:ro -p 9200:9200 --link elasticsearch:elasticsearch --init %%IMAGE%% -d -s '[0.0.0.0]:9200' -t 'elasticsearch:9200' ``` -If you don’t need any to bind to a privileged port you can pass `--user spiped` to make *spiped* run as an unprivileged user: +If you don't need any to bind to a privileged port you can pass `--user spiped` to make *spiped* run as an unprivileged user: ```console $ docker run -d -v /path/to/keyfile:/spiped/key:ro --user spiped -p 9200:9200 --link elasticsearch:elasticsearch --init %%IMAGE%% -d -s '[0.0.0.0]:9200' -t 'elasticsearch:9200'