[Groonga-commit] droonga/droonga.org at 44a7620 [gh-pages] Fix a typo

Back to archive index

susumu.yata null+****@clear*****
Tue Mar 18 17:47:29 JST 2014


susumu.yata	2014-03-18 17:47:29 +0900 (Tue, 18 Mar 2014)

  New Revision: 44a762027ce0c029fff0800b5100cdc4b06ef1d7
  https://github.com/droonga/droonga.org/commit/44a762027ce0c029fff0800b5100cdc4b06ef1d7

  Merged 482ea8c: Merge pull request #13 from s-yata/gh-pages

  Message:
    Fix a typo
    
    focus an ->
    focus on

  Modified files:
    reference/commands/search/index.md
    tutorial/plugin-development/index.md

  Modified: reference/commands/search/index.md (+1 -1)
===================================================================
--- reference/commands/search/index.md    2014-03-18 17:40:27 +0900 (9d5dc81)
+++ reference/commands/search/index.md    2014-03-18 17:47:29 +0900 (e779103)
@@ -1005,7 +1005,7 @@ An output definition is given as a hash like:
            { "label" : "itemsCount", "source" : "_nsubrecs", }
        
      * This exports samples of the source records of grouped records, as the `"items"` column of grouped records.
-       The format of the `"attributes"` is jsut same to this section.
+       The format of the `"attributes"` is just same to this section.
        
            { "label" : "items", "source" : "_subrecs",
              "attributes": ["name", "price"] }

  Modified: tutorial/plugin-development/index.md (+1 -1)
===================================================================
--- tutorial/plugin-development/index.md    2014-03-18 17:40:27 +0900 (dbfb7d5)
+++ tutorial/plugin-development/index.md    2014-03-18 17:47:29 +0900 (66298f0)
@@ -66,7 +66,7 @@ Adding a new command for a complex task
 
 In this tutorial, we focus on the adaption at first.
 This is the most "basic" usecase of plugins, so it will help you to understand the overview of Droonga plugin development.
-Then, we focus an other cases in this order.
+Then, we focus on other cases in this order.
 Following this tutorial, you will learn how to write plugins.
 This will be the first step to create plugins fit with your own requirements.
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index