Spellling corrections (no code changes) (#8971)

* Spelling corrections

* As this might break let's do as a separate PR
This commit is contained in:
Squirrel
2021-06-01 11:51:38 +01:00
committed by GitHub
parent 7a284fcf1d
commit c0dfe2c382
9 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ An incomplete guide.
## Refreshing the node-template
Not much has changed on the top and API level for developing Substrate betweeen 2.0 and 3.0. If you've made only small changes to the node-template, we recommend to do the following - it is easiest and quickest path forward:
Not much has changed on the top and API level for developing Substrate between 2.0 and 3.0. If you've made only small changes to the node-template, we recommend to do the following - it is easiest and quickest path forward:
1. take a diff between 2.0 and your changes
2. store that diff
3. remove everything, copy over the 3.0 node-template
@@ -558,7 +558,7 @@ First and foremost, grandpa internalised a few aspects, and thus `new_partial` d
+ ));
```
As these changes pull through the enitrety of `cli/src/service.rs`, we recommend looking at the final diff below for guidance.
As these changes pull through the entirety of `cli/src/service.rs`, we recommend looking at the final diff below for guidance.
##### In a nutshell