From 919eaf777adeaee2508277c47778d58c1b373ac7 Mon Sep 17 00:00:00 2001 From: Andy Butler Date: Thu, 18 Oct 2018 19:04:30 -0600 Subject: [PATCH] Fixed a typo (#20329) --- guide/english/computer-science/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/computer-science/index.md b/guide/english/computer-science/index.md index 7c507de624..fe15274811 100644 --- a/guide/english/computer-science/index.md +++ b/guide/english/computer-science/index.md @@ -10,7 +10,7 @@ Much of computer science was pioneered in the latter half of the 20th century. Today, if you attend an undergraduate computer science course, you will learn about both hardware and software. You'll learn how computers work at a low level of abstraction (machine language) and at a high level of abstraction (modern scripting langauges like JavaScript). # Computer Science Fields -Computer science is categorized into several fields. The following are among the current established and well-studied fields. Most of the fields are further categorized into sub0fields. +Computer science is categorized into several fields. The following are among the current established and well-studied fields. Most of the fields are further categorized into subfields. - Theory of Computing - Complexity Theory - Formal Methods