gorilla / mux

Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
https://gorilla.github.io
BSD 3-Clause "New" or "Revised" License
20.92k stars 1.85k forks source link

Use "redirect" rather than "re-direct" in docs #735

Closed oalders closed 1 year ago

oalders commented 1 year ago

This brings these docs in line with the rest of the repository.

What type of PR is this? (check all applicable)

Description

Remove use of hyphen in "redirect" in the documentation.

Added/updated tests?

Run verifications and test

make verify is not passing for me locally, but the failures are in unrelated files. It may be because I don't see a .golangci.yml in the repo. I assume it's using my linting config instead.

codecov[bot] commented 1 year ago

Codecov Report

Merging #735 (eeb924f) into main (b4617d0) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #735   +/-   ##
=======================================
  Coverage   78.04%   78.04%           
=======================================
  Files           5        5           
  Lines         902      902           
=======================================
  Hits          704      704           
  Misses        142      142           
  Partials       56       56           
Files Coverage Δ
mux.go 83.52% <ø> (ø)