Browse Source

feat: removing some colloquialisms

pull/1418/head
Tyler Kelly 5 years ago
parent
commit
418ad48624
  1. 2
      enterprise/check-links.md
  2. 2
      enterprise/embed-media/index.md
  3. 2
      enterprise/embed-media/mediaembed-server-config.md
  4. 2
      general-configuration-guide/work-with-plugins.md

2
enterprise/check-links.md

@ -14,7 +14,7 @@ Your have two deployment options. One is super easy with {{site.cloudname}}, the
## Link Checker self-hosted quick setup
Once you've got the [server-side component]({{ site.baseurl }}/enterprise/server/) installed, additional configuration to your `application.conf` file is required. (Don't forget to restart the Java application server after updating the configuration.)
Once you have the [server-side component]({{ site.baseurl }}/enterprise/server/) installed, additional configuration to your `application.conf` file is required. (Don't forget to restart the Java application server after updating the configuration.)
This element configures the Link Checker service's built-in cache. When a hyperlink is checked and confirmed valid, the result is cached to save unnecessary network traffic in the future.

2
enterprise/embed-media/index.md

@ -16,7 +16,7 @@ Your have two deployment options. One is super easy with {{site.cloudname}}, the
## Enhanced Media Embed self-hosted setup
Once you've got the [server-side component]({{ site.baseurl }}/enterprise/server/) installed, additional configuration to your `application.conf` file is required. (Don't forget to restart the Java application server after updating the configuration.)
Once you have the [server-side component]({{ site.baseurl }}/enterprise/server/) installed, additional configuration to your `application.conf` file is required. (Don't forget to restart the Java application server after updating the configuration.)
You also need to [integrate]({{ site.baseurl }}/enterprise/embed-media/mediaembed-server-integration/) and [configure]({{ site.baseurl }}/enterprise/embed-media/mediaembed-server-config/) the Enhanced Media Embed server.

2
enterprise/embed-media/mediaembed-server-config.md

@ -5,7 +5,7 @@ description: Instructions for getting the Enhanced Media Embed server configured
keywords: enterprise pricing video youtube vimeo mp3 mp4 mov movie clip film link linkchecking linkchecker mediaembed media
---
Once you've got the [server-side component]({{ site.baseurl }}/enterprise/server/) installed, additional configuration to your `application.conf` file is required. (Don't forget to restart the Java application server after updating the configuration.)
Once you have the [server-side component]({{ site.baseurl }}/enterprise/server/) installed, additional configuration to your `application.conf` file is required. (Don't forget to restart the Java application server after updating the configuration.)
The Enhanced Media Embed service allows you to choose between using your own [Iframely](https://iframely.com/) account, configuring custom [oEmbed](http://oembed.com/) endpoints or using a combination of both.

2
general-configuration-guide/work-with-plugins.md

@ -124,7 +124,7 @@ tinymce.init({
In the above example, we learned how to remove the menubar, add specific list controls to the toolbar while removing others, activate a plugin, and customize the plugin's behavior by controlling which options we wanted to be activated. In 5 lines of code (excluding the `selector` key, which has to be included for {{site.productname}} to work).
As we noted at the start {{site.productname}} is an incredibly powerful, flexible, and customizable rich text editor. Once you've finished the Get Started guide, deep dive into the [plugins]({{ site.baseurl }}/plugins/) and [configuration options]({{ site.baseurl }}/configure/).
As we noted at the start {{site.productname}} is an incredibly powerful, flexible, and customizable rich text editor. Once you have finished the Get Started guide, deep dive into the [plugins]({{ site.baseurl }}/plugins/) and [configuration options]({{ site.baseurl }}/configure/).
## Top 10 plugins

Loading…
Cancel
Save