From 3a33d4282df41f67aebfb1606d5b0c7bff1d08f1 Mon Sep 17 00:00:00 2001 From: Daniel Jeffery Date: Tue, 19 Apr 2022 22:57:12 -0400 Subject: [PATCH 1/2] doc - typo "runninig --- content/docs/run-core-node/configuring.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/run-core-node/configuring.mdx b/content/docs/run-core-node/configuring.mdx index 9cc1a4724..f47cf49e9 100644 --- a/content/docs/run-core-node/configuring.mdx +++ b/content/docs/run-core-node/configuring.mdx @@ -9,7 +9,7 @@ After you've [installed](./installation.mdx) Stellar Core, your next step is to `$ stellar-core --conf betterfile.cfg ` -This section of the docs will walk you through the key fields you'll need to include in your config file to get your node up and runninig. +This section of the docs will walk you through the key fields you'll need to include in your config file to get your node up and running. ## Example Configurations From 1fcc948ed55a0bf618b820fb606be27239a71d7f Mon Sep 17 00:00:00 2001 From: Daniel Jeffery Date: Tue, 19 Apr 2022 23:07:24 -0400 Subject: [PATCH 2/2] doc - typo "wiith" to "with Just fixed a typo --- content/docs/run-core-node/configuring.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/run-core-node/configuring.mdx b/content/docs/run-core-node/configuring.mdx index f47cf49e9..32704a42c 100644 --- a/content/docs/run-core-node/configuring.mdx +++ b/content/docs/run-core-node/configuring.mdx @@ -15,7 +15,7 @@ This section of the docs will walk you through the key fields you'll need to inc This doc works best in conjunction with concrete config examples, so as you read through it, you may want to check out the following: -- The [complete example config](https://github.com/stellar/stellar-core/blob/master/docs/stellar-core_example.cfg) documents all possible configuration elements, as well as their default values. It's got every knob you can twiddle and every setting you can tweak along wiith detailed explanations of how to twiddle and tweak them. You don't need to put everything from the complete example config into your config file — fields you omit will assume the default setting, and the default setting will generally serve you well — but there are a few required fields, and this doc will explain what they are. +- The [complete example config](https://github.com/stellar/stellar-core/blob/master/docs/stellar-core_example.cfg) documents all possible configuration elements, as well as their default values. It's got every knob you can twiddle and every setting you can tweak along with detailed explanations of how to twiddle and tweak them. You don't need to put everything from the complete example config into your config file — fields you omit will assume the default setting, and the default setting will generally serve you well — but there are a few required fields, and this doc will explain what they are. - If you want to connect to the testnet, check out the [example test network config](https://github.com/stellar/docker-stellar-core-horizon/blob/master/testnet/core/etc/stellar-core.cfg). As you can see, most of the fields from the [complete example config](https://github.com/stellar/stellar-core/blob/master/docs/stellar-core_example.cfg) are omitted since the default settings work fine. You can easily tailor this config to meet your testnet needs.