From be270cfb4683c539afd6e049c38076f5b3d5c998 Mon Sep 17 00:00:00 2001 From: praveenjutur Date: Tue, 5 Sep 2023 23:30:33 +0000 Subject: [PATCH] Update Introduction.rst (#700) Fixed typo in the sentence Co-authored-by: Ian Hellen --- docs/source/getting_started/Introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started/Introduction.rst b/docs/source/getting_started/Introduction.rst index ed2690713..2abd5f808 100644 --- a/docs/source/getting_started/Introduction.rst +++ b/docs/source/getting_started/Introduction.rst @@ -5,7 +5,7 @@ Introduction investigations and hunting. Many of the tools originated as code Jupyter notebooks written to solve a problem as part of a security investigation. Some -of tools them are only useful in notebooks (e.g. the widgets and +of the tools are only useful in notebooks (e.g. the widgets and visualizations) but many others can be used from the Python commandline or imported into your code.