diff --git a/spec/features/documentation_spec.rb b/spec/features/documentation_spec.rb index 3e9828ffa0..f4bdcf0eba 100644 --- a/spec/features/documentation_spec.rb +++ b/spec/features/documentation_spec.rb @@ -62,7 +62,7 @@ visit("/guides/hiding_dashboards_from_sidebar") expect(page).to have_css("div.main h1", text: "Hiding Dashboards from") - expect(page).to have_content("Resources can be removed form the sidebar") + expect(page).to have_content("Resources can be removed from the sidebar") end it "links to each documentation page" do