Skip to content

Commit 7fedd75

Browse files
rj1facebook-github-bot
authored andcommittedFeb 3, 2023
fixed typo in interface.js (#36049)
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
·
v0.81.0-rc.0latest
1 parent 82a7968 commit 7fedd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎interface.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'use strict';
1212

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

0 commit comments

Comments
 (0)
Please sign in to comment.