diff --git a/content/en/getting-started.md b/content/en/getting-started.md index 71c3e1a..6c24260 100644 --- a/content/en/getting-started.md +++ b/content/en/getting-started.md @@ -54,7 +54,7 @@ An endpoint is an action that can be invoked by your consumers. It might return ```ruby module CoreAPI - module Endpints + module Endpoints class ProductListEndpoint < Apia::Endpoint name 'List products'