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

|

|
||||||
|
|
||||||
A single `make` command will automatically:
|
A single `make` command will automatically:
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ graph_attr = {
|
|||||||
"pad": "0"
|
"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")
|
controller = Client("Initial controller")
|
||||||
bare_metal_machines = Server(f"Server(s)")
|
bare_metal_machines = Server(f"Server(s)")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user