Skip to content

Commit

Permalink
Fix typo in markdown_spec.rb
Browse files Browse the repository at this point in the history
Was trying to figure out some markdown things, and came across this typo in the spec.
  • Loading branch information
technicalpickles committed Jun 3, 2023
1 parent 698b22c commit 590d8b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require File.dirname(__FILE__) + '/integration_spec_helper'

RSpec.describe 'Markdown processrors integration' do
RSpec.describe 'Markdown processors integration' do
include_context 'shared helpers for markup processor integration specs'

shared_examples 'shared examples for markdown processors' do
Expand Down

0 comments on commit 590d8b4

Please sign in to comment.