Skip to content

Commit

Permalink
(chores) typos
Browse files Browse the repository at this point in the history
  • Loading branch information
NemesisX1 committed Oct 18, 2023
1 parent 8140dde commit 1d354bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/scapping/scrapping.servive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default class ScrappingService implements BaseService {
/**
* getTheatersNames
*/
/// TODO: rewrite this one by fetching theaters list directly from https://www.xml-sitemaps.com/download/www.canalolympia.com-52d54e4ae/sitemap.xml?view=1
// TODO: rewrite this one by fetching theaters list directly from https://www.xml-sitemaps.com/download/www.canalolympia.com-52d54e4ae/sitemap.xml?view=1
public theatersNames(): string[] {
const names: string[] = [];

Expand Down

0 comments on commit 1d354bc

Please sign in to comment.