Skip to content

Commit

Permalink
Copy editing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator authored and nreese committed Jan 8, 2018
1 parent d089b16 commit 873995e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const LOGSTASH_INSTRUCTIONS = {
INSTALL: {
OSX: [
{
title: 'Download and install the Java runtime environment',
title: 'Download and install the Java Runtime Environment',
textPre: 'Follow the installation instructions [here](https://docs.oracle.com/javase/8/docs/technotes/guides/install/mac_jre.html).'
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export const COMMON_NETFLOW_INSTRUCTIONS = {
OSX: [
{
title: 'Edit the configuration',
textPre: 'While in the Logstash install directory, modify `config/logstash.yml` to set the'
+ ' configuration parameters for the Netflow module:',
textPre: 'In the Logstash installation directory, modify `config/logstash.yml` to set the'
+ ' configuration parameters for the Netflow module.',
commands: [
'modules:',
' - name: netflow',
Expand All @@ -20,8 +20,8 @@ export const COMMON_NETFLOW_INSTRUCTIONS = {
OSX: [
{
title: 'Edit the configuration',
textPre: 'While in the Logstash install directory, modify `config/logstash.yml` to set the'
+ ' configuration parameters for the Netflow module:',
textPre: 'In the Logstash installation directory, modify `config/logstash.yml` to set the'
+ ' configuration parameters for the Netflow module.',
commands: [
'modules:',
' - name: netflow',
Expand All @@ -37,8 +37,8 @@ export const COMMON_NETFLOW_INSTRUCTIONS = {
SETUP: {
OSX: [
{
title: 'Set up and run the Netflow module',
textPre: 'In the Logstash install directory, run the following command to set up the Netflow module.',
title: 'Run the Netflow module',
textPre: 'In the Logstash installation directory, run the following command to set up the Netflow module.',
commands: [
'./bin/logstash --modules netflow --setup',
],
Expand Down

0 comments on commit 873995e

Please sign in to comment.