Fix a small typo (#1284)

## Description

Small typo pending from review on https://github.com/alcionai/corso/pull/1247#discussion_r1000802903

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [x] 🐹 Trivial/Minor

## Issue(s)

<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* #<issue>

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [x]  Unit test
- [x] 💚 E2E
This commit is contained in:
Abin Simon 2022-10-22 07:42:10 +05:30 committed by GitHub
parent be7739e54b
commit b06ef2c726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ linters-settings:
# Don't allow creating contexts without logging in tests. Use an ignore # Don't allow creating contexts without logging in tests. Use an ignore
# lower down to ensure usages of this outside of tests aren't reported. # lower down to ensure usages of this outside of tests aren't reported.
- 'context\.(Background|TODO)(# tests should use tester\.NewContext )?' - 'context\.(Background|TODO)(# tests should use tester\.NewContext )?'
# Don't allow use of pathas it hardcodes separator to `/`. # Don't allow use of path as it hardcodes separator to `/`.
# Use filepath instead. # Use filepath instead.
- '\bpath\.(Ext|Base|Dir|Join)' - '\bpath\.(Ext|Base|Dir|Join)'
lll: lll: