Skip to content

Commit 4cbf9b4

Browse files
dritterwestonruter
authored andcommitted
Fix typo in Optimizer readme (#5535)
1 parent 7637761 commit 4cbf9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/optimizer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ use AmpProject\Optimizer\TransformationEngine;
387387
$transformationEngine = new TransformationEngine(
388388
new Configuration(),
389389

390-
// A custom implementation that lets you control how eremote requests are handled.
390+
// A custom implementation that lets you control how remote requests are handled.
391391
new MyCustomRemoteGetRequestImplementation()
392392
);
393393
```

0 commit comments

Comments
 (0)