mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 22:01:04 +00:00
Spellling corrections (no code changes) (#8971)
* Spelling corrections * As this might break let's do as a separate PR
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user