From dc74fc15d88c60fad1c60f1cc7acf33c033c5b5b Mon Sep 17 00:00:00 2001 From: SAY-5 Date: Sun, 10 May 2026 17:48:58 -0700 Subject: [PATCH] docs: fix typo recieved -> received in OVERVIEW Signed-off-by: SAY-5 --- docs/OVERVIEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/OVERVIEW.md b/docs/OVERVIEW.md index 98a89b4f..58c3fc01 100644 --- a/docs/OVERVIEW.md +++ b/docs/OVERVIEW.md @@ -10,7 +10,7 @@ In `src/main/java/org/opensearch/performanceanalyzer/`: - For example: - `getActionFilters` provides OpenSearch with a list of classes that implement `ActionFilter`. - `action/PerformanceAnalyzerActionFilter` is the only class currently returned to OpenSearch as an `ActionFilter`. - - when a BulkRequest or SearchRequest is recieved by OpenSearch, `action/PerformanceAnalyzerActionFilter` logs a start event and creates a listener (`action/PerformanceAnalyzerActionListener`) which waits to record the corresponding end event. + - when a BulkRequest or SearchRequest is received by OpenSearch, `action/PerformanceAnalyzerActionFilter` logs a start event and creates a listener (`action/PerformanceAnalyzerActionListener`) which waits to record the corresponding end event. - `PerformanceAnalyzerPlugin.getRestHandlers` returns all the classes that can handle REST requests to OpenSearch. - The classes in `http_action/config` define all the public API routes for Performance Analyzer. - `http_action/config/RestConfig` defines `PA_BASE_URI = "/_plugins/_performanceanalyzer"`