You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/09/11 10:53:46 UTC

[skywalking-infra-e2e] branch main updated: refine project-goals.md (#44)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-infra-e2e.git


The following commit(s) were added to refs/heads/main by this push:
     new b1531f1  refine project-goals.md (#44)
b1531f1 is described below

commit b1531f1f3a1cb8cb1853bf48f6c2aac3d3e3557b
Author: pengfei <zp...@gmail.com>
AuthorDate: Sat Sep 11 18:53:40 2021 +0800

    refine project-goals.md (#44)
---
 docs/en/concepts-and-designs/project-goals.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/concepts-and-designs/project-goals.md b/docs/en/concepts-and-designs/project-goals.md
index c3a77d9..1aefc11 100644
--- a/docs/en/concepts-and-designs/project-goals.md
+++ b/docs/en/concepts-and-designs/project-goals.md
@@ -4,7 +4,7 @@ The document outlines the core design goals for the SkyWalking Infra E2E project
 - Support various E2E testing requirements in SkyWalking main repository with other ecosystem repositories.
 - Support both [docker-compose](https://docs.docker.com/compose/) and [KinD](https://kind.sigs.k8s.io/) to orchestrate the tested services 
   under different environments.
-- Be language-independent as much as possible, users only need to configure YAMLs and run COmmands, without writing codes.
+- Be language-independent as much as possible, users only need to configure YAMLs and run commands, without writing code.
 
 ## Non-Goal