Skip to content

Commit 7b0fbf3

Browse files
efxjleyba
authored andcommitted
fix typo
Signed-off-by: Jason Leyba <[email protected]>
1 parent c24cf6d commit 7b0fbf3

File tree

1 file changed

+2
-2
lines changed
  • javascript/node/selenium-webdriver/firefox

1 file changed

+2
-2
lines changed

javascript/node/selenium-webdriver/firefox/profile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ function decode(data) {
199199

200200

201201
/**
202-
* Models a Firefox proifle directory for use with the FirefoxDriver. The
203-
* {@code Proifle} directory uses an in-memory model until {@link #writeToDisk}
202+
* Models a Firefox profile directory for use with the FirefoxDriver. The
203+
* {@code Profile} directory uses an in-memory model until {@link #writeToDisk}
204204
* is called.
205205
*/
206206
class Profile {

0 commit comments

Comments
 (0)