mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-14 17:08:56 +03:00
spelling: system
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -12,7 +12,7 @@ generate_from_stdin() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
generate_with_solutions () {
|
generate_with_solutions () {
|
||||||
tmpfile=$(mktemp /tmp/sytem-design-primer-epub-generator.XXX)
|
tmpfile=$(mktemp /tmp/system-design-primer-epub-generator.XXX)
|
||||||
|
|
||||||
cat ./README.md >> $tmpfile
|
cat ./README.md >> $tmpfile
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user