Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63cc954

Browse files
committed
fix typo in tutorial
1 parent 188ab4c commit 63cc954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/_posts/2012-03-21-deploying-elasticsearch-with-chef-solo.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ ssh -t $SSH_OPTIONS $HOST "cat /usr/local/etc/elasticsearch/elasticsearch.yml"
320320
That's all well and good – we have automated the ElasticSearch installation process, downloading the package, extracting it,
321321
registering it as a service, and properly configuring it.
322322

323-
But our goals are much more ambitious then that! We want monitoring, and the _Nginx_ proxy, and proper AWS setup with EC2
323+
But our goals are much more ambitious than that! We want monitoring, and the _Nginx_ proxy, and proper AWS setup with EC2
324324
discovery, and S3 persistence!
325325

326326
Seems like the right time to edit the `node.js` file has come.

0 commit comments

Comments
 (0)