Skip to content

Commit f1549c7

Browse files
committed
Fix typo in README. [doc]
1 parent 027e8bb commit f1549c7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
## Description
1313

14-
Ruby Test is a universal test harness for Ruby developers. It can be used
15-
by any Ruby test framework. You can think of Ruby Test as a *meta test framework*.
16-
Ruby Test defines a straight-forward specification that any test framework
17-
can utilize as it back-end. This makes it almost trivial to implement new
18-
test frameworks. Ruby Test further allows tests from various frameworks
19-
to all run through a single uniform user interface in a single pass.
14+
Ruby Test is a universal test harness for Ruby developers. You can think
15+
of Ruby Test as a *meta test framework*. It defines a straight-forward
16+
specification that any test framework can utilize as it's back-end.
17+
This makes it almost trivial to implement new test frameworks. Ruby Test
18+
further allows tests from various frameworks to all run through a single
19+
uniform user interface in a single pass.
2020

2121

2222
## Specification

0 commit comments

Comments
 (0)