From 2252dcf9bb0f07f5f331b66395d24dce54d50a44 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 14 Sep 2023 19:03:59 +0900 Subject: Fix typo in README.md (#2050) interative -> interactive --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4bc3104e..9d5c3935 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Therefore, Archinstall will try its best to not introduce any breaking changes e There are some examples in the `examples/` directory that should serve as a starting point. -The following is a small example of how to script your own *interative* installation: +The following is a small example of how to script your own *interactive* installation: ```python from pathlib import Path -- cgit v1.2.3-54-g00ecf