Browse Source

Correct a typo in .travis/README.md (#8333)

Felix Yan 5 years ago
parent
commit
975526701a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis/README.md

+ 1 - 1
.travis/README.md

@@ -45,7 +45,7 @@ Our CI/CD lifecycle contains three different execution entry points:
 3) A scheduled job runs on master once per day: Travis will run on master at the scheduled interval
 
 To accommodate all three entry points our CI/CD workflow has a set of steps that run on all three entry points.
-Once all these steps are successfull, then our pipeline executes another subset of steps for entry points 2 and 3.
+Once all these steps are successful, then our pipeline executes another subset of steps for entry points 2 and 3.
 In travis terms the "steps" are "Stages" and within each stage we execute a set of activities called "jobs" in travis.
 
 ### Always run: Stages that running on all three execution entry points