Skip to content

Commit

Permalink
fixed typo in interface.js (#36049)
Browse files Browse the repository at this point in the history
Summary:
fixed a typo in interface.js

## Changelog

[GENERAL] [FIXED] - Fixed a typo in interface.js

Pull Request resolved: #36049

Test Plan: simple typo fix - no testing required

Reviewed By: cortinico

Differential Revision: D42996797

Pulled By: cipolleschi

fbshipit-source-id: 8a5a5f28174f874c530549743019c281732d2da4
  • Loading branch information
rj1 authored and facebook-github-bot committed Feb 3, 2023
1 parent 82a7968 commit 7fedd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'use strict';

// NOTE: Hmm... I don't think declaring variables within this module actually
// accomplishes anything besides documenting that these globals are exepcted to
// accomplishes anything besides documenting that these globals are expected to
// exist. So I think the correct "fix" to this lint warning is to delete this
// entire file. But in lieu of doing that... no harm for now in keeping this
// file around, even if it is only for documentation purposes. ¯\_(ツ)_/¯
Expand Down

0 comments on commit 7fedd75

Please sign in to comment.