From 2fba419befc26154e82e814441794f621b567f74 Mon Sep 17 00:00:00 2001 From: Sean Neumann <1413295+seanneumann@users.noreply.github.com> Date: Fri, 19 Mar 2021 13:49:32 -0700 Subject: [PATCH] Updated text for OpenSearch (#197) Signed-off-by: Neumann --- STYLEGUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STYLEGUIDE.md b/STYLEGUIDE.md index 6a6e46e187f..6242be01bb4 100644 --- a/STYLEGUIDE.md +++ b/STYLEGUIDE.md @@ -145,7 +145,7 @@ API routes must start with the `/api/` path segment, and should be followed by t ### snake_case -OpenSearch Dashboards uses `snake_case` for the entire API, just like Elasticsearch. All urls, paths, query string parameters, values, and bodies should be `snake_case` formatted. +OpenSearch Dashboards uses `snake_case` for the entire API, just like OpenSearch. All urls, paths, query string parameters, values, and bodies should be `snake_case` formatted. _Right:_