Skip to content

Commit

Permalink
minor typo fixes and checkstyle
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Herman <[email protected]>
  • Loading branch information
samuel-oci committed Nov 17, 2023
1 parent 0effd07 commit 21954c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: "com.diffplug.spotless"
apply plugin: 'io.freefair.lombok'

def pluginName = 'opensearch-neural-search'
def pluginDescription = 'A plugin that adds dense neural retrieval into the OpenSearch ecosytem'
def pluginDescription = 'A plugin that adds dense neural retrieval into the OpenSearch ecosystem'
def projectPath = 'org.opensearch'
def pathToPlugin = 'neuralsearch.plugin'
def pluginClassName = 'NeuralSearch'
Expand Down

0 comments on commit 21954c9

Please sign in to comment.