Skip to content

Commit 9d4f8ce

Browse files
committed
Fix "smart" single quotes (by swapping them with regular single quotes)
1 parent 7b2bc5c commit 9d4f8ce

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Diff for: chronograf/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Chronograf
22

3-
Chronograf is InfluxDatas 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.
3+
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.
44

55
%%LOGO%%
66

Diff for: couchbase/license.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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.
22

3-
- **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 Couchbases Enterprise Edition.
3+
- **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.
44

55
- **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 for: mariadb/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# What is MariaDB?
22

3-
MariaDB Server is one of the most popular database servers in the world. Its made by the original developers of MySQL and guaranteed to stay open source. Notable users include Wikipedia, DBS Bank, and ServiceNow.
3+
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.
44

55
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.
66

Diff for: php-zendserver/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Zend Server is the integrated application platform for PHP mobile and web apps.
44

55
### Boost your Development with Z-Ray
66

7-
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!
7+
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!
88

99
### Powering Continuous Delivery
1010

Diff for: sl/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Scientific Linux is a [Fermilab](http://fnal.gov/) sponsored project. Our primar
1010

1111
Our Mission:
1212

13-
> Driven by Fermilabs scientific mission and focusing on the changing needs of experimental facilities, Scientific Linux should provide a world class environment for scientific computing needs.
13+
> 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.
1414
1515
Scientific Linux is a rebuild of Red Hat Enterprise Linux (property of Red Hat Inc. NYSE:RHT).
1616

Diff for: spiped/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Usually you would combine this image with another linked container. The followin
2929
$ 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'
3030
```
3131

32-
If you dont need any to bind to a privileged port you can pass `--user spiped` to make *spiped* run as an unprivileged user:
32+
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:
3333

3434
```console
3535
$ 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'

0 commit comments

Comments
 (0)