Skip to content

Commit

Permalink
Fix spelling of compatible (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
peteryates authored Nov 29, 2023
2 parents 3bcf531 + 1691036 commit ab2d258
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "html_attributes_utils"

module GovukRailsCompatibileLinkHelper
module GovukRailsCompatibleLinkHelper
using HTMLAttributesUtils

def govuk_link_classes(*styles, default_class: "#{brand}-link")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require 'spec_helper'

RSpec.describe(GovukRailsCompatibileLinkHelper, type: 'helper') do
RSpec.describe(GovukRailsCompatibleLinkHelper, type: 'helper') do
include ActionView::Helpers::UrlHelper
include ActionView::Context
include GovukRailsCompatibileLinkHelper
include GovukRailsCompatibleLinkHelper

let(:text) { 'Menu' }
let(:url) { '/stuff/menu/' }
Expand Down

0 comments on commit ab2d258

Please sign in to comment.