Skip to content

Commit

Permalink
Update documentation_spec.rb
Browse files Browse the repository at this point in the history
Fixes the typo in the corresponding spec
  • Loading branch information
dharamgollapudi authored Jun 21, 2022
1 parent 1a225b6 commit 6750d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/documentation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6750d93

Please sign in to comment.