Skip to content

Commit

Permalink
trailing slash documentation fix (#43)
Browse files Browse the repository at this point in the history
* trailing slash documentation fix

* added changeset

* removing unused dependency

* fix lockfile issue

* updated lockfile

* added npmrc to fix lockfile error due to version missmatch

* removing npmrc and pnpm-lock.yaml updates

* updated lockfile

* Update settings.json

---------

Co-authored-by: Alex Iglesias <[email protected]>
  • Loading branch information
ayezinzu and alexiglesias93 authored Apr 2, 2024
1 parent 627e35f commit 123d6c3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/fair-trees-destroy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@finsweet/ts-utils': patch
---

Wrong description for removeTrailingSlash() #42 issue
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
2 changes: 1 addition & 1 deletion docs/helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ This util removes all the spaces of a string.

## `removeTrailingSlash()`

Compares if two arrays have the same exact values.
Removes the trailing slash from the passed string.

| param | value |
| --------------- | -------------------- |
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 123d6c3

Please sign in to comment.