Skip to content

Commit 1ae4e3a

Browse files
Merge pull request #82 from stewartbryson/stewart
README.md
2 parents 00ea602 + faf2a0a commit 1ae4e3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/markdown/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We introduced breaking changes in version `2.0.0` described below.
66
Instead of continuing to use plugin DSL or Gradle properties to provide Snowflake authentication, we made the
77
decision to switch to using the SnowSQL config moving forward.
88
This was inspired by the [Snowflake Developer CLI](https://github.com/Snowflake-Labs/snowcli) project, and it seems to
9-
be a reasonable standard moving forward.
9+
be a reasonable standard.
1010

1111
### Legacy Plugin Application
1212
Hopefully no one was using the Gradle legacy plugin application, but if so, the coordinates have changed.
@@ -276,7 +276,7 @@ class SampleTest extends Specification {
276276
```
277277

278278
All unit tests in either `src/test/java` (written using JUnit or something else) or `src/test/groovy` (written with Spock)
279-
we automatically run whenever the `test` or `build` task is executed.
279+
will automatically run whenever the `test` or `build` task is executed.
280280

281281
```shell
282282
❯ ./gradlew build
@@ -296,7 +296,7 @@ BUILD SUCCESSFUL in 1s
296296
```
297297

298298
All Gradle testing tasks are automatically incremental and cacheable, and would be avoided if executed again without changes to the code in either the source or the spec.
299-
The same applies for topic of functional testing below.
299+
The same applies for the topic of functional testing below.
300300

301301
### Functional Testing
302302
[Functional testing](https://en.wikipedia.org/wiki/Functional_testing) describes what the system does,

0 commit comments

Comments
 (0)