From ea1897b28986b689dcc5719e418db10bc1141cde Mon Sep 17 00:00:00 2001 From: tmirza Date: Wed, 20 Apr 2022 14:27:16 +0500 Subject: [PATCH] Update README.md (#291) Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c938e5f6c..08fa62b8d1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Release build Status](https://github.com/eclipse-che/che-theia/actions/workflows/release.yml/badge.svg)] # What is Che server -Che Server is a core component of the [Eclipse Che](https://github.com/eclipse/che/). This component is responsibe for creation and managing of Che workspaces, but will some day be replaced by the [Dev Workspace Operator](https://github.com/devfile/devworkspace-operator). +Che Server is a core component of the [Eclipse Che](https://github.com/eclipse/che/). This component is responsible for creation and managing of Che workspaces, but will some day be replaced by the [Dev Workspace Operator](https://github.com/devfile/devworkspace-operator). # Project structure Che Server is mostly a Java web application deployed on a Apache Tomcat server in a container.