Skip to content

Commit 3ef986d

Browse files
Merge pull request #9744 from circleci/DOCSS-1959-broken-image
Fix ordered list in tutorial
2 parents 1460290 + 6cc74c6 commit 3ef986d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/modules/test/pages/test-splitting-tutorial.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ To get started, you need to get the sample app building as a project on CircleCI
8282

8383
[tabs]
8484
====
85-
GitHub Oauth app::
85+
GitHub OAuth app::
8686
+
8787
--
8888
. link:https://github.com/CircleCI-Public/circleci-react-test-splitting-tutorial/fork[Fork the repository] on GitHub.
@@ -192,7 +192,7 @@ steps:
192192
command: yarn test
193193
----
194194
195-
. After you've made these changes, go ahead and select btn:[Commit and Run]. This will commit the changes in a new feature branch called `circleci-project-setup` and trigger a new pipeline. Select **Dashboard** from the web app side bar, and use the filters to find your project to watch your pipeline run.
195+
. After you have made these changes, go ahead and select btn:[Commit and Run]. This will commit the changes in a new feature branch called `circleci-project-setup` and trigger a new pipeline. Select **Dashboard** from the web app side bar, and use the filters to find your project to watch your pipeline run.
196196
+
197197
image::guides:ROOT:test-splitting-first-pipeline.png[Successful pipeline run]
198198
+
@@ -330,7 +330,7 @@ Requested weighting by historical based timing, but they are not present. Fallin
330330
+
331331
CircleCI defaults to splitting tests by name. As this is the first time you are storing test data from the pipeline, CircleCI does not yet have timing data to work with.
332332
// Check if this applies to GitLab
333-
333+
+
334334
On subsequent runs, you'll see an additional step labelled **Downloading previous test results**:
335335
+
336336
image::guides:ROOT:downloading-previous-test-results-step.png[Downloading previous test results step]

0 commit comments

Comments
 (0)