Skip to content

Commit

Permalink
fix typo on index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
glaucocustodio committed Aug 19, 2024
1 parent e807ecf commit b294f96
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ _site/
# Ignore folders generated by Bundler
.bundle/
vendor/
.DS_Store
4 changes: 2 additions & 2 deletions _includes/head_custom.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<meta content="{{site.url}}/icon_og.jpg" property="og:image">
<meta content="{{site.url}}/icon_og.jpg" property="twitter:image">
<meta content="{{site.url}}/icon_og.png" property="og:image">
<meta content="{{site.url}}/icon_og.png" property="twitter:image">
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed icon_og.jpg
Binary file not shown.
Binary file added icon_og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions icon_og.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h1>
What is it?
</h1>

<p>Event Better Specs is an <i>opinionated</i> set of best practices to support the creation of tests that are easy to read and maintain.</p>
<p>Even Better Specs is an <i>opinionated</i> set of best practices to support the creation of tests that are easy to read and maintain.</p>

<p>It focuses on the <a href="https://www.ruby-lang.org/en/" target="_blank">Ruby</a> testing framework <a href="https://rspec.info/" target="_blank">RSpec</a>, but some of it could potentially be applied to other frameworks and languages (like <a href="https://github.com/sus-rb/sus" target="_blank">sus</a> and <a href="https://crystal-lang.org/reference/1.13/guides/testing.html" target="_blank">Crystal</a>).</p>

Expand Down

0 comments on commit b294f96

Please sign in to comment.