Skip to content

Commit

Permalink
Fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimanyu003 committed May 29, 2024
1 parent 5aea98a commit a7d35c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ echo "Hello World" | sttr base64-encode | sttr md5
# Featured On
These are the few places where `sttr` got featured, many thanks to everyone.
If you have talked about `sttr` in your blog/video feel to add that to the list.
These are the few locations where `sttr` was highlighted, many thanks to all of you.
Please feel free to add any blogs/videos you may have made that discuss `sttr` to the list.
* [YouTube: The Giants of Open Source - DevOps Paradox](https://youtu.be/4nFRKbY_HVE?t=2529?ref=abhimanyu003/sttr)
* [Terminal Trove - Tool of the Week](https://terminaltrove.com/sttr/?ref=abhimanyu003/sttr)
Expand Down
2 changes: 1 addition & 1 deletion processors/html.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (p HTMLEncode) FilterValue() string {
return p.Title()
}

// HTMLEncode unescapes HTML to string
// HTMLDecode unescapes HTML to string
type HTMLDecode struct{}

func (p HTMLDecode) Name() string {
Expand Down

0 comments on commit a7d35c1

Please sign in to comment.