diff --git a/website/docs/api/stringstore.mdx b/website/docs/api/stringstore.mdx index 375cccbb4..2425c8adc 100644 --- a/website/docs/api/stringstore.mdx +++ b/website/docs/api/stringstore.mdx @@ -10,8 +10,8 @@ different `StringStores`. -Please note that `StringStore` instances are not static. It increases in size as -texts with new tokens are processed. +Note that a `StringStore` instance is not static. It increases in size as texts +with new tokens are processed. diff --git a/website/docs/api/vocab.mdx b/website/docs/api/vocab.mdx index 3739209d6..8f91cc827 100644 --- a/website/docs/api/vocab.mdx +++ b/website/docs/api/vocab.mdx @@ -12,8 +12,8 @@ between `Doc` objects. -Please note that `Vocab` instances are not static. It increases in size as -texts with new tokens are processed. +Note that a `Vocab` instance is not static. It increases in size as texts with +new tokens are processed.