From 8dae98dc4e50b16e07270b8d7240db84a0564db8 Mon Sep 17 00:00:00 2001 From: Max <46421825+mwar1@users.noreply.github.com> Date: Wed, 2 Nov 2022 14:44:57 +0000 Subject: [PATCH] Fix typo in resources (#2859) --- .../102-managing-servers/101-live-in-terminal/108-sar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/108-sar.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/108-sar.md index e36a04526..4861addfc 100644 --- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/108-sar.md +++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/108-sar.md @@ -1,6 +1,6 @@ # Sar -Short for **S**ystem **A**ctivity **R**eport, it is a command line tool for Unix and Unix-like operating systems that shows a report of different information about the usage and activity of resorces in the operating system. +Short for **S**ystem **A**ctivity **R**eport, it is a command line tool for Unix and Unix-like operating systems that shows a report of different information about the usage and activity of resources in the operating system. Free Content