Skip to content

Commit

Permalink
Merge pull request #161 from JuanitoFatas/doc/fix-spellings
Browse files Browse the repository at this point in the history
Fix spelling of "Rspec"
  • Loading branch information
onebree committed Jan 11, 2016
2 parents e436d88 + 8f06b0b commit e6ced4b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion content/es.html
Expand Up @@ -342,7 +342,7 @@ <h1><a name="expect">Sintaxis Expect vs Should</a></h1>
end</code></pre>
</div>

<p>Configura Rspec para que sólo acepte la nueva sintaxis en los proyectos nuevos, para evitar tener las 2 sintaxis por todas partes.</p>
<p>Configura RSpec para que sólo acepte la nueva sintaxis en los proyectos nuevos, para evitar tener las 2 sintaxis por todas partes.</p>

<p class="correct">correcto</p>

Expand Down
4 changes: 2 additions & 2 deletions content/index.html
Expand Up @@ -341,7 +341,7 @@ <h1><a name="expect">Expect vs Should syntax</a></h1>
end</code></pre>
</div>

<p>Configure the Rspec to only accept the new syntax on new projects, to avoid having the 2 syntax all over the place.</p>
<p>Configure the RSpec to only accept the new syntax on new projects, to avoid having the 2 syntax all over the place.</p>

<p class="correct">good</p>

Expand Down Expand Up @@ -377,7 +377,7 @@ <h1><a name="expect">Expect vs Should syntax</a></h1>

<p>On old projects you can use the <a href="https://github.com/yujinakayama/transpec">transpec</a> to convert them to the new syntax.</p>

<p>More about the new Rspec expectation syntax can be found <a href="http://myronmars.to/n/dev-blog/2012/06/rspecs-new-expectation-syntax">here</a> and <a href="http://myronmars.to/n/dev-blog/2013/07/the-plan-for-rspec-3#what_about_the_old_expectationmock_syntax">here</a>.</p>
<p>More about the new RSpec expectation syntax can be found <a href="http://myronmars.to/n/dev-blog/2012/06/rspecs-new-expectation-syntax">here</a> and <a href="http://myronmars.to/n/dev-blog/2013/07/the-plan-for-rspec-3#what_about_the_old_expectationmock_syntax">here</a>.</p>

<p>
<a href="https://github.com/andreareginato/betterspecs/issues/83">Discuss this guideline &rarr;</a>
Expand Down
8 changes: 4 additions & 4 deletions content/jp.html
Expand Up @@ -391,8 +391,8 @@ <h1><a name="expect">Expect対Should</a></h1>
end</code></pre>
</div>

<!-- <p>Configure the Rspec to only accept the new syntax on new projects, to avoid have the 2 syntax all over the place.</p> -->
<p>全体で新しい文法だけ許容し、Rspec2の文法を使えなくなる様に設定できます</p>
<!-- <p>Configure the RSpec to only accept the new syntax on new projects, to avoid have the 2 syntax all over the place.</p> -->
<p>全体で新しい文法だけ許容し、RSpec2の文法を使えなくなる様に設定できます</p>

<p class="correct">good</p>

Expand All @@ -406,8 +406,8 @@ <h1><a name="expect">Expect対Should</a></h1>
end</code></pre>
</div>

<!-- <p>More about the new Rspec expectation syntax can be found <a href="http://myronmars.to/n/dev-blog/2012/06/rspecs-new-expectation-syntax">here</a> and <a href="http://myronmars.to/n/dev-blog/2013/07/the-plan-for-rspec-3#what_about_the_old_expectationmock_syntax">here</a>.</p> -->
<p>Rspec expectation文法に対するもっと詳しい情報は<a href="http://myronmars.to/n/dev-blog/2012/06/rspecs-new-expectation-syntax">ここ</a><a href="http://myronmars.to/n/dev-blog/2013/07/the-plan-for-rspec-3#what_about_the_old_expectationmock_syntax">ここ</a>をご覧ください。</p>
<!-- <p>More about the new RSpec expectation syntax can be found <a href="http://myronmars.to/n/dev-blog/2012/06/rspecs-new-expectation-syntax">here</a> and <a href="http://myronmars.to/n/dev-blog/2013/07/the-plan-for-rspec-3#what_about_the_old_expectationmock_syntax">here</a>.</p> -->
<p>RSpec expectation文法に対するもっと詳しい情報は<a href="http://myronmars.to/n/dev-blog/2012/06/rspecs-new-expectation-syntax">ここ</a><a href="http://myronmars.to/n/dev-blog/2013/07/the-plan-for-rspec-3#what_about_the_old_expectationmock_syntax">ここ</a>をご覧ください。</p>

<p>
<a href="https://github.com/andreareginato/betterspecs/issues/83">このガイドに関して議論する &rarr;</a>
Expand Down
4 changes: 2 additions & 2 deletions content/ko.html
Expand Up @@ -325,7 +325,7 @@ <h1><a name="expect">Expect vs Should 문법</a></h1>
end</code></pre>
</div>

<p>Rspec을 새로운 문법만 허용하도록 설정할수있습니다. 모든 코드에서 2의 문법을 사용 못하도록 말이죠.</p>
<p>RSpec을 새로운 문법만 허용하도록 설정할수있습니다. 모든 코드에서 2의 문법을 사용 못하도록 말이죠.</p>

<p class="correct">good</p>

Expand Down Expand Up @@ -361,7 +361,7 @@ <h1><a name="expect">Expect vs Should 문법</a></h1>

<p>오래된 프로젝트에선 <a href="https://github.com/yujinakayama/transpec">transpec</a> 을 사용해 새로운 문법으로 변환할 수 있습니다.</p>

<p>새Rspec expectation 문법에 대한 정보가 더필요하시면 <a href="http://myronmars.to/n/dev-blog/2012/06/rspecs-new-expectation-syntax">여기</a><a href="http://myronmars.to/n/dev-blog/2013/07/the-plan-for-rspec-3#what_about_the_old_expectationmock_syntax">여기</a>를 보세요.</p>
<p>새RSpec expectation 문법에 대한 정보가 더필요하시면 <a href="http://myronmars.to/n/dev-blog/2012/06/rspecs-new-expectation-syntax">여기</a><a href="http://myronmars.to/n/dev-blog/2013/07/the-plan-for-rspec-3#what_about_the_old_expectationmock_syntax">여기</a>를 보세요.</p>

<p>
<a href="https://github.com/andreareginato/betterspecs/issues/83">이 가이드라인에 대해 토론하기 &rarr;</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/libraries.html
@@ -1,5 +1,5 @@
<ol>
<li><a href="https://www.relishapp.com/rspec">Rspec Documentation</a></li>
<li><a href="https://www.relishapp.com/rspec">RSpec Documentation</a></li>
<li><a href="https://github.com/jnicklas/capybara">Capybara Documentation</a></li>
<li><a href="https://github.com/thoughtbot/factory_girl">Factory Girl Documentation</a></li>
<li><a href="https://github.com/bblimke/webmock">Webmock Documentation</a></li>
Expand Down

0 comments on commit e6ced4b

Please sign in to comment.