diff --git a/docs/DOCKER.md b/docs/DOCKER.md index 8ad5b394e8..dc9cc5bad9 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -6,7 +6,7 @@ This document describes some tips and optimizations needed to speed up build of As Docker images are intensively used as part of the Dashmate workflow, these tips will be mainly useful to: -* developers, building Platfrom directly from git sources, +* developers, building Platform directly from git sources, * Github Actions developers, trying to optimize caching of Docker caching. When building Dash Platform's Docker images, you can encounter the following issues: @@ -15,7 +15,7 @@ When building Dash Platform's Docker images, you can encounter the following iss 2. Building for other architectures using emulation (eg. running ARM64 VM on a x86-64 host) is very slow 3. Cross-compiling Platform can be tricky due to some dependency issues (for example, cross-compilation of librocksdb-sys is hard) -4. With intensive caching, cache can grow very fast and usemore than 10 GB, which is above default cache size limit in +4. With intensive caching, cache can grow very fast and use more than 10 GB, which is above default cache size limit in Docker buildx and Github Actions. ## Caches diff --git a/docs/DRIVE-ABCI.md b/docs/DRIVE-ABCI.md index 2be4a34d24..deb69a4555 100644 --- a/docs/DRIVE-ABCI.md +++ b/docs/DRIVE-ABCI.md @@ -39,7 +39,7 @@ Specifies the output format to use for the logs. It can have one of the followin * **Pretty**: Logs will be formatted in a human-readable and visually appealing manner. * **Json**: Logs will be formatted in JSON format. -For more detailed description for different formats, refer to the [tracing-subscriber](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/format/index.html#formatters) documentation. +For more detailed description of different formats, refer to the [tracing-subscriber](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/format/index.html#formatters) documentation. #### MAX_FILES (optional)