Forráskód Böngészése

doc: fix grammer error in README

Samuel Padgett 4 éve
szülő
commit
d0058368ac
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -6,7 +6,7 @@ plugin. It requires OpenShift 4.10.
 [Dynamic plugins](https://github.com/openshift/console/tree/master/frontend/packages/console-dynamic-plugin-sdk)
 allow you to extend the
 [OpenShift UI](https://github.com/openshift/console)
-at runtime, adding custom pages and other extensions.  It is based on
+at runtime, adding custom pages and other extensions.  They are based on
 [webpack module federation](https://webpack.js.org/concepts/module-federation/).
 Plugins are registered with console using the `ConsolePlugin` custom resource
 and enabled in the console operator config by a cluster administrator.