When running against rippled locally, `ServerState.transitions` appears to be a string, and the documentation says it should be a string, so this PR updates the example to use a string instead of a number for that field. (I believe it used to be a number, but at some point changed)
* Add words from new features such as NFTs to the spell checker
* Add more proper nouns and general purpose words
* Add more proper nouns and general purpose words
* Update to use backticks
* Update proper nouns and generic words
* Fix style for words based on style checker report
* Style/spelling fixes
* Fix links broken by style/spelling updates
* More edits for style
* Finish updates to get style checker to pass
Co-authored-by: mDuo13 <mduo13@gmail.com>
- Add reporting mode specific fields
- Mark peers field as omitted from reporting mode
- Fix "external" gRPC link in server modes page
- Update "Configure gRPC" tutorial to better reflect current status of
gRPC in rippled
This commit fixes#1446.