Skip to content

Commit

Permalink
Fix "smart" single quotes (by swapping them with regular single quotes)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed May 12, 2023
1 parent 7b2bc5c commit 9d4f8ce
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chronograf/content.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chronograf

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.
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%%

Expand Down
2 changes: 1 addition & 1 deletion couchbase/license.md
Original file line number Diff line number Diff line change
@@ -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 Couchbases 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.
2 changes: 1 addition & 1 deletion mariadb/content.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# What is MariaDB?

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

Expand Down
2 changes: 1 addition & 1 deletion php-zendserver/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sl/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Scientific Linux is a [Fermilab](http://fnal.gov/) sponsored project. Our primar

Our Mission:

> 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.
> 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).

Expand Down
2 changes: 1 addition & 1 deletion spiped/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 dont 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'
Expand Down

0 comments on commit 9d4f8ce

Please sign in to comment.