mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-06 16:29:09 +07:00
Fix typo
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
|
||||
## Architecture
|
||||
|
||||

|
||||

|
||||
|
||||
A single `make` command will automatically:
|
||||
|
||||
|
@ -12,7 +12,7 @@ graph_attr = {
|
||||
"pad": "0"
|
||||
}
|
||||
|
||||
with Diagram("Provision (sperated by logical layers)", graph_attr=graph_attr, outformat="jpg", show=False):
|
||||
with Diagram("Provision (separated by logical layers)", graph_attr=graph_attr, outformat="jpg", show=False):
|
||||
controller = Client("Initial controller")
|
||||
bare_metal_machines = Server(f"Server(s)")
|
||||
|
||||
|
Reference in New Issue
Block a user