|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | - <title>Spock Framework - the enterprise ready specification framework</title> |
| 6 | + <title>Spock Framework - the enterprise-ready specification framework</title> |
7 | 7 | <meta name="description" content="Spock is an expressive testing and specification framework for Java and Groovy applications. Write highly readable, maintainable BDD-style tests with powerful mocking."> |
8 | 8 | <meta name="keywords" content="Spock Framework, Groovy, Java, Kotlin, JVM, testing, specification, BDD, Behavior-Driven Development, unit testing, mocking, JUnit, JUnit 5"> |
9 | 9 | <meta name="author" content="Spock Framework Team"> |
10 | 10 | <link rel="canonical" href="https://spockframework.org/"> |
11 | 11 | <meta name="robots" content="index, follow"> |
12 | 12 |
|
13 | 13 | <meta property="og:type" content="website"> |
14 | | - <meta property="og:url" content="https://spockframework.org/"> <meta property="og:title" content="Spock Framework - the enterprise ready specification framework"> |
| 14 | + <meta property="og:url" content="https://spockframework.org/"> <meta property="og:title" content="Spock Framework - the enterprise-ready specification framework"> |
15 | 15 | <meta property="og:description" content="Spock is a testing, specification, and mocking framework for JVM developers that emphasizes readability and clarity. By blending BDD concepts and Groovy's concise syntax, Spock helps teams write tests that are easy to understand and enjoyable to maintain."> |
16 | 16 | <meta property="og:image" content="spock-main-logo.svg"> |
17 | 17 | <meta property="twitter:card" content="summary"> |
18 | | - <meta property="twitter:url" content="https://spockframework.org/"> <meta property="twitter:title" content="Spock Framework - the enterprise ready specification framework"> |
| 18 | + <meta property="twitter:url" content="https://spockframework.org/"> <meta property="twitter:title" content="Spock Framework - the enterprise-ready specification framework"> |
19 | 19 | <meta property="twitter:description" content="Spock is a testing, specification, and mocking framework for JVM developers that emphasizes readability and clarity. By blending BDD concepts and Groovy's concise syntax, Spock helps teams write tests that are easy to understand and enjoyable to maintain."> |
20 | 20 | <meta property="twitter:image" content="spock-main-logo.svg"> |
21 | 21 |
|
@@ -190,7 +190,7 @@ <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold mb-4 spock-blue-text"> |
190 | 190 | Spock |
191 | 191 | </h1> |
192 | 192 | <p class="text-xl md:text-2xl text-gray-400 mb-8"> |
193 | | - the enterprise ready specification framework |
| 193 | + the enterprise-ready specification framework |
194 | 194 | </p> |
195 | 195 | <p class="max-w-3xl mx-auto text-lg text-gray-300 mb-12"> |
196 | 196 | Spock is a testing, specification, and mocking framework for JVM developers that emphasizes readability and clarity. |
|
0 commit comments